Hi Guys,
Thanks for your quick response,but its still not working
I am posting a simplified version of my problem:
struts-config.xml
ActionForm1.java
TestAction1.java
testcheck.jsp
TestAction2.java
The entry point is type /TestCheck1.do in the browser it invokes TestAction1.java action,populates TestForm1.java and forwards the request to testcheck.jsp.Inside testcheck.jsp ,when the user hits submit button it invokes TestAction2.java Action.TestForm1.java is in session scope and has been tied to both the Action classes.
Hope this example will make my problem more clear.
Thanks,
Poonam