Can any one give tips hints????

> Hi I am using the tabbed pane of the struts layout.
> 
> 1] I have form which is viewed when I click on one
of the tabs.
> 2] on this form I have a submit button, typically
when you sumit 
the 
> results are different jsp different page.
> 
> 3]I need the result on the same page , so I did the
folowing,
> ActionForward actionForward = new ActionForward();
> actionForward.setContextRelative(true);
> actionForward.setRedirect(true);
> actionForward.setPath((session.getAttribute 
> ("USER_HOME_ACTION").toString())); 
> log.debug(" action forward " +
actionForward.toString
());
> return actionForward;
> 
> 
> 4]The above piece of code gets me to the speific url
or page where 
I 
> was earlier .
> which is something 
> 
http://localhost:8080/myapp/login.do;jsessionid=AECCEC4A7FB374A8B9E82F
> 9A0338B8CF.
> 
> 5]The problem is .....I got the page but didi not
drill down to the 
> specific tab , so again I have to click the tab. to
get back the 
> results which is not correct.
> 
> 
> How can I dril down to the exact locaton on click of
submit 
button...
> 
> and view the results.....
> 
> What is the way ??
> 
> _java script???
> 
> The problem was when I drilled down initially the
url did not 
change 
> from the home of the tab pane to the drilled down
tab both the 
times 
> the url was same....
> 
> so is there another object which can give me the
previous 
location....
> and bring me back
> 
> cokkies?? the cookies had ...the session and 
> selectedTab=selectedTabKeyName%3Dkey%3B
> 
> 
> 
> let me know


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
struts-menu-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

Reply via email to