You didn't list the code for your form bean or JSP so I can only make
guesses. It looks like your action is storing an instance of the form bean
in session scope under the key resultForm and that you're able to access it
explicitly in result.jsp, but that the tag in the JSP isn't
being associa
Kevin,
Use attributes in the request or session scope.
-Richard
At 07:28 AM 8/14/2005, you wrote:
Hi
I want to trasnfer data from One action to another
using a form bean.
How can i access the form bean data in the second
action.
I have attached my struts config and action class.
The submit
Hi
I want to trasnfer data from One action to another
using a form bean.
How can i access the form bean data in the second
action.
I have attached my struts config and action class.
The submitIndex forwards to result action.
But in result page i want to show data i have
populated in the Acti
3 matches
Mail list logo