Re: [Our Practice]Collection Population Post-Validation Best Practice

2003-01-14 Thread Karim Saloojee
ary 14, 2003 1:41 PM Subject: Re: [Our Practice]Collection Population Post-Validation Best Practice > Even we had a similar problem in our application: > > Agree that making the ActionForm scope to be "session" may cause problems, > but storing the information in request scope an

Re: [Our Practice]Collection Population Post-Validation Best Practice

2003-01-14 Thread Puneet Agarwal
Even we had a similar problem in our application: Agree that making the ActionForm scope to be "session" may cause problems, but storing the information in request scope and copying all that information in html and then sending it back to the server again may cause extra network traffic. We adopt