Re: Menus

2009-04-20 Thread Lukasz Lenart
2009/4/20 abhishek reddy : > can anyone let me know how to build menus in struts? Struts Menu [1] [1] http://struts-menu.sourceforge.net/ Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@

Re: Menus

2009-04-20 Thread Dave Newton
abhishek reddy wrote: can anyone let me know how to build menus in struts? That's a rather nebulous question. What kind of menu do you want? Why not just use one of the million existing menu solutions out there? Dave - To

Re: Struts Tiles question re menus

2006-12-12 Thread Antonio Petrelli
Adam Gordon ha scritto: The place we would do this is in a request listener class we have that currently, amongst other things, creates the entire menu system for the user. You can use also a Controller class to create your menu items, and associate it to your definition(s), I the code will b

RE: Struts Tiles question re menus

2006-12-12 Thread Asthana, Rahul
Users Mailing List Subject: Re: Struts Tiles question re menus Rahul- After reading 5.2.2, I can make it work using that structure, however I believe it defeats the original intent of Tiles because it would require me to have a n^2 tiles definitions for each scenario where n is the number of

Re: Struts Tiles question re menus

2006-12-12 Thread Adam Gordon
58 PM To: Struts Users Mailing List Subject: Struts Tiles question re menus Hi- We're using Tiles to define submenu items (in a putList) for menu we have in our web app. We're using a custom menu object that has a visibility flag that we can toggle depending on whether or not

RE: Struts Tiles question re menus

2006-12-12 Thread Asthana, Rahul
lto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 3:58 PM To: Struts Users Mailing List Subject: Struts Tiles question re menus Hi- We're using Tiles to define submenu items (in a putList) for menu we have in our web app. We're using a custom menu object that has a visibility fla

Struts Tiles question re menus

2006-12-12 Thread Adam Gordon
Hi- We're using Tiles to define submenu items (in a putList) for menu we have in our web app. We're using a custom menu object that has a visibility flag that we can toggle depending on whether or not the user has permission to see a given menu functionality. My problem is that I can't seem