Re[2]: How to handle this without using Session scope?

2002-09-03 Thread Rick Reumann
On Tuesday, September 3, 2002, 1:16:26 PM, Billy wrote: BN> In your remedy, do you mean I could re-set the objects to the request in the BN> reset method too? Well you won't get null pointers on the object they select on the form when the validation is done, only on those that are not se

Re: How to handle this without using Session scope?

2002-09-03 Thread Billy Ng
ann <[EMAIL PROTECTED]> >Reply-To: Rick Reumann <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: Re: How to handle this without using Session scope? >Date: Tue, 3 Sep 2002 12:07:00 -0400 > > > >On Tuesday, Septemb

Re: How to handle this without using Session scope?

2002-09-03 Thread Rick Reumann
On Tuesday, September 3, 2002, 11:46:14 AM, Rick wrote: RR> i but there must be a good solution I am overlooking for doing all RR> of this with request scope. (For example what if it was a list of RR> cars the user had to select from, I might not want that car list RR> in session scope). D

Re: How to handle this without using Session scope?

2002-09-03 Thread Rick Reumann
On Tuesday, September 3, 2002, 11:46:14 AM, Rick wrote: RR> but there must be a good solution I am overlooking for doing all RR> of this with request scope. What actually would be ideal is if I could somehow set it in the DynaForm like I do for some other string properties

How to handle this without using Session scope?

2002-09-03 Thread Rick Reumann
I have a DynValidatorForm set up for an Employee. One of the fields in this form is 'states' as an ArrayList which contains State beans (for abbreviation, and full state name). In my Action form the Dynamic Form is first set with the ArrayList of states then it forwards to the jsp page for enterin