Re: Usage of PanelNavigation2

2005-11-27 Thread Stefan Betermieux
Am Saturday, 26. November 2005 13:45 schrieb Thomas Spiegl: > Stefan, > > no either panelNavigation nor panelNavigation2 can keep the entire tree > opened. > I could add a new attribute to panalNavigation2 eg. "expandAll", which is > false by > default. If set to true the entire tree will stay open

Re: Usage of PanelNavigation2

2005-11-26 Thread Thomas Spiegl
Stefan, no either panelNavigation nor panelNavigation2 can keep the entire tree opened. I could add a new attribute to panalNavigation2 eg. "expandAll", which is false by default. If set to true the entire tree will stay opened. Thomas On 11/25/05, Stefan Betermieux <[EMAIL PROTECTED]> wrote: A

Re: Usage of PanelNavigation2

2005-11-25 Thread Stefan Betermieux
A somehow related question to the panelNavigation authors: Is it possible to expand all subnodes of a NavigationMenuItems tree at once? For small menu structures, it seems redundant to click twice in the menu to invoke an action (once to expand the subtree and once to call the action). -- Stef

Re: Usage of PanelNavigation2

2005-11-25 Thread Martin Marinschek
tions! > > > > I wish all a nice weekend! > > > > Cheers > > Roland > > > > ____ > > > From: Thomas Spiegl [mailto:[EMAIL PROTECTED] > Sent: Freitag, 25. November 2005 00:55 > To: MyFaces Discussion;

RE: Usage of PanelNavigation2

2005-11-25 Thread Roland Oertig
] Subject: Re: Usage of PanelNavigation2   Roland, you can now set the value for your NavigationMenuItem(s)     NavigationMenuItem item = new NavigationMenuItem(label, action);     item.setActionListener("#{navigationMenu.actionListener}");     item.setValue(label); you

Re: Usage of PanelNavigation2

2005-11-24 Thread Thomas Spiegl
string content.>> You must a great weekend!> Cheers> Roland.>>> -Original Message-> From: Thomas Spiegl [mailto: [EMAIL PROTECTED]]> Sent: Mittwoch, 9. November 2005 21:39> To: MyFaces Discussion; [EMAIL PROTECTED]> Subject: Re: Usage of PanelNavigation

Re: Usage of PanelNavigation2

2005-11-24 Thread Thomas Spiegl
: Thomas Spiegl [mailto: [EMAIL PROTECTED]]> Sent: Mittwoch, 9. November 2005 21:39> To: MyFaces Discussion; [EMAIL PROTECTED]> Subject: Re: Usage of PanelNavigation2 >> You can use the NavigationMenuItems.setActionListener to add an> ActionListener to your Navigati

Re: Usage of PanelNavigation2

2005-11-11 Thread Thomas Spiegl
piegl [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 9. November 2005 21:39 > To: MyFaces Discussion; [EMAIL PROTECTED] > Subject: Re: Usage of PanelNavigation2 > > You can use the NavigationMenuItems.setActionListener to add an > ActionListener to your NavigationMenuItems You will need t

RE: Usage of PanelNavigation2

2005-11-11 Thread Roland Oertig
. You must a great weekend! Cheers Roland. -Original Message- From: Thomas Spiegl [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 9. November 2005 21:39 To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: Usage of PanelNavigation2 You can use the NavigationMenuItems.setActionListener to add

Re: Usage of PanelNavigation2

2005-11-09 Thread Thomas Spiegl
You can use the NavigationMenuItems.setActionListener to add an ActionListener to your NavigationMenuItems You will need to checkout the current version of MyFaces to get this feature. eg. navigationItem.setActionListener("#{yourBean.actionListener}"); YourBean ... public String actionListener(Ac

Usage of PanelNavigation2

2005-11-04 Thread Alberto Molpeceres
Hi, We are using PanelNavigation2 to show a menu of actions. We have populated the menu and works pretty well. It gets rendered and it calls backing bean methods as expected. But since we create this menu dinamically in a backing bean, we can't define a diferent outcome for each menu entry in face