RE: [struts-menu] Create dynamicaly menu itens

2004-02-27 Thread Matt Raible
:[EMAIL PROTECTED] On Behalf Of Gustavo Padial Sent: Thursday, February 26, 2004 3:10 PM To: [EMAIL PROTECTED] Subject: RE: [struts-menu] Create dynamicaly menu itens Hi Matt I create dynamicaly itens with no problems now. ;-) I discovery in method .setName we

RE: [struts-menu] Create dynamicaly menu itens

2004-02-27 Thread Matt Raible
: RE: [struts-menu] Create dynamicaly menu itens Hi Matt I make this but the problem continue. I put nodeTree.setParent(menu). I believe the problem is in some place of code interaction. What do you think ? Bye Gustavo Padial On Fri, 2004-02-27 at 14:53, Matt Raible wrote

RE: [struts-menu] Create dynamicaly menu itens

2004-02-26 Thread Gustavo Padial
Hello Matt I got the classes but i'm using Struts Menu 2.1. The class MenuComponentBuilder.java uses the folow methods of MenuComponent.class : menu.setBaseObject(obj); menu.setParams(params); The two methods above not exists in struts-menu 2.1 right ? We have a similary methods or i need to

RE: [struts-menu] Create dynamicaly menu itens

2004-02-26 Thread Matt Raible
To: [EMAIL PROTECTED] Subject: RE: [struts-menu] Create dynamicaly menu itens Ok i'll see old versions. But, in struts-menu 2.1 we dont have methods to create itens dynamicaly ? How struts-menu 2.1 creates menu and subitens given a struts-menu.xml ? Why i cant create with this code

RE: [struts-menu] Create dynamicaly menu itens

2004-02-26 Thread Gustavo Padial
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gustavo Padial Sent: Thursday, February 26, 2004 2:27 PM To: [EMAIL PROTECTED] Subject: RE: [struts-menu] Create dynamicaly menu itens Ok i'll see old versions. But, in struts-menu 2.1 we dont have methods