We are building a web application using
Struts framework. I need some help on the Forwarding. Below is my problem.
1. User enters a search criteria and submits to
goto
JSP "J1" (Using Action "A1") which
displays Search results.
2. On JSP "J1", when the user clicks on a link,
it goes through an action "A2" and displays
JSP "J2".
3. User clicks on submit "J2" and goes through an
Action "A3". This is where I need help. I want
the control to forward to action "A1".
(re-execute the Action "A1" and display
JSP "J1").
4. There are multiple entry points to go to
JSP "J2". I want to always re-execute the
action that I initially started.
A1 --> J1 --->A2 --->J2 -->A3 -->forward to A1
A11--> J11--->A2 --->J2 -->A3 -->forward to A11
Any ideas/help is much appreciated. Thanks in advance.
[ December 26, 2002: Message edited by: Venkat Ivaturi ]
[ December 26, 2002: Message edited by: Venkat Ivaturi ]