Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@www.apache.org Received: (qmail 62096 invoked from network); 4 Jun 2004 20:25:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Jun 2004 20:25:48 -0000 Received: (qmail 29668 invoked by uid 500); 4 Jun 2004 20:26:03 -0000 Delivered-To: apmail-jakarta-jetspeed-dev-archive@jakarta.apache.org Received: (qmail 29566 invoked by uid 500); 4 Jun 2004 20:26:01 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jetspeed Developers List" Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 29551 invoked by uid 99); 4 Jun 2004 20:26:01 -0000 Received: from [64.105.95.98] (HELO loon.bluesunrise.com) (64.105.95.98) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 04 Jun 2004 13:26:01 -0700 Received: from localhost (localhost.bluesunrise.com [127.0.0.1]) by localhost.bluesunrise.com (Postfix) with SMTP id 556CF4BC4B for ; Fri, 4 Jun 2004 13:23:55 -0700 (PDT) Received: from [192.168.1.5] (unknown [192.168.1.5]) by loon.bluesunrise.com (Postfix) with ESMTP id 4728C4BC2F for ; Fri, 4 Jun 2004 13:23:55 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <570B57CA-B665-11D8-BD5D-000393C78E78@bluesunrise.com> Content-Transfer-Encoding: 7bit From: David Sean Taylor Subject: Re: PortletBrowseAction.java Date: Fri, 4 Jun 2004 13:25:37 -0700 To: "Jetspeed Developers List" X-Mailer: Apple Mail (2.618) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Jun 4, 2004, at 12:25 PM, Dan.Price@equifax.com wrote: > -- David Sean Taylor wrote: > > -- Groups are simply a way to 'group together' categories into, well, > groups. > -- The API allows you to filter portlets by group or category or both > -- There are no real hierarchies, its simply attributes. > > Does the "group" attribute on category actually serve any purpose in > Jetspeed? As it stands now, it can't be anything other than > "Jetspeed" if > you want to filter by category in the PortletBrowser. Where else does > this grouping come into play? > Sounds like the PortletBrowser either has a bug or there is a disconnect between the category API and the PortletBrowser implementation. The functionality of groups is supported by the API: org.apache.jetspeed.om.registry.PortletRegistry.findPortletsByGroupCateg ory(String group, String category) --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org