De nada Juan ;-) Well, I tested my code with the latest SVN trunk, so I guess that the issue that you talk about in your mail has been fixed. If you want newer builds than the last release you can always use the nightlies...
Regards, Bruno 2005/6/10, Juan Med�n Pi�eiro <[EMAIL PROTECTED]>: > Hi, > > Bruno, thank you for your help. I didn't post anything to the > list, but I do read it daily and your complete source code examples > solved a problem I got. > > Just note that the lastest public MyFaces release (1.0.9) has the > JSCookMenu broken (NullPointerException) using the source code you > provide, but it does work without problems with the 'old' MyFaces > 1.0.9rc3. > > Best regards, > > - Juan > > On 6/9/05, Mariano Petrakovsky <[EMAIL PROTECTED]> wrote: > > > > I'm using an Dinamic Menu JSCookMenu, using the navigation rulez. > > in the action of menuitem set for example "listUsers" > > > > Then into your tiles-faces-config.xml > > > > <navigation-rule> > > <navigation-case> > > <from-outcome>listUsers</from-outcome> > > <to-view-id>/listUsers.jsp</to-view-id> > > </navigation-case> > > </navigation-rule> > > > > (Obviously i'm work with tiles). > > > > > > -- > > Mariano G. Petrakovsky > > Programmer � Software Factory > > AXG Tecnonexo - www.tecnonexo.com > > > > Development facilities:Av. Maip� 1252 8� (C1006ACT) � Buenos Aires � > > Argentina. > > Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065. > > > > Headquarters: 1604 Spring Hill Road, Suite 160 Vienna � VA 22182 � USA. > > Tel.: (202) 986-7541 - Fax: (202) 787-3891. > > > > > > � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � > > � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � > > � � � � > > > > > > -----Mensaje original----- > > De: Bruno Aranda [mailto:[EMAIL PROTECTED] > > Enviado el: Jueves, 09 de Junio de 2005 10:14 > > Para: Klug, Boris > > CC: [email protected] > > Asunto: Re: Dynamic Menus with JSCookMenu > > > > > > My bad, it is true... it is not a the 'normal' setAction() method. > > Then, AFAIK JsCookMenu cannot be used for what you need, as, as you > > told earlier, it cannot handle ActionEvents. It is a famous issue that > > it is already on the table (some JIRA issues are open asking this), so > > sooner or later this will be fixed... > > > > Regards, > > > > Bruno > > > > 2005/6/9, Klug, Boris <[EMAIL PROTECTED]>: > > > Hi! > > > > > > Thanks a lot for you help > > > > > > > MyMethodBinding mb = new MyMethodBinding(value); > > > > navItem.setAction(mb); > > > > > > navItem.setAction() wants a String as a parameter, no other class > > welcome.. > > > > > > -- > > > Boris Klug > > > > > > > > > > > > > > >

