RE: Form Beans in Session

2006-06-05 Thread nageshkumar.siddu
[mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 8:41 PM To: Struts Users Mailing List Subject: Form Beans in Session Hi We have Pages where user enters some data in step 1 ,step 2 and in last step these data should be submitted to DB. We are putting the all form beans in session as all of our

Form Beans in Session

2006-06-05 Thread Hanmay Udgiri
Hi We have Pages where user enters some data in step 1 ,step 2 and in last step these data should be submitted to DB. We are putting the all form beans in session as all of our transactions are multiple step process. Is there any better of way not putting the form beans in session -- Thanks