Form Bean to transfer data

2005-08-14 Thread Kevin
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

Re: Form Bean to transfer data

2005-08-14 Thread Richard Yee
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

Re: Form Bean to transfer data

2005-08-14 Thread Laurie Harper
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 html:form/ tag in the JSP isn't