Re: Removing session scoped ActionForm beans

2001-11-25 Thread Greg Callaghan
Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Removing session scoped ActionForm beans Date: Fri, 23 Nov 2001 18:52:51 -0500 The object create for an ActionForm is not going to be a difference that makes a difference. Personally, I would be more concerned about un-used

Re: Removing session scoped ActionForm beans

2001-11-25 Thread Greg Callaghan
* description_search_attribute Any comments. Regards Greg Original Message Follows From: Ted Husted [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Removing session scoped ActionForm beans Date: Fri, 23 Nov 2001 18:52:51 -0500 The object create

Removing session scoped ActionForm beans

2001-10-01 Thread Debasish Ghosh
Hi - In our application, we have quite a few multi-page forms, where the ActionForm had to be created at the session scope. A typical example is an entry screen, where the user enters a record (spanning multiple pages) and presses submit. The record gets inserted into the database and the form