struts navigation

2008-04-26 Thread kovariadam
key, obj); But this approach doesn't work. It doesn't even transfer me to the action2. What's workaround for this? If anyone knows, please helpe me. Thanks in any advance. Adam Kovari -- View this message in context: http://www.nabble.com/struts-navigation-tp16917191p16917191.html

Re: Struts Navigation display

2007-06-13 Thread Henry F. Camacho Jr.
I did not find anything internal for this. I did write a separate class for this which automates navigation based on Struts actions. I am thinking about releasing this Open Source. I call it NavObjects and it allows you to create button navigation displays. I am still working on JSP tags fo

Struts Navigation display

2007-06-12 Thread Archer
Hi. I am using struts 1.3.8 along with struts menu 2.4.3. I want to show the navigation to the user where he is in for the present page like mainpage>review>edit... or thing of that sort that can show the user where he is in. I want to know whether there is any struts inbulit thing for this.