RE: prepopulation action form

2005-03-30 Thread temp temp
e time for request scope. > Are you setting > redirect="true"? that would likely mess it up. > > Al > > > -Original Message- > From: temp temp [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 30, 2005 9:44 AM > To: Struts Users Mailing List >

RE: prepopulation action form

2005-03-30 Thread Fogleson, Allen
Hmmm really? I do it all the time for request scope. Are you setting redirect="true"? that would likely mess it up. Al -Original Message- From: temp temp [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 9:44 AM To: Struts Users Mailing List Subject: RE: prepopulat

RE: prepopulation action form

2005-03-30 Thread temp temp
I said as you said . It works fine with session but not with request.Which is better to use request or session. thanks & regards --- "Fogleson, Allen" <[EMAIL PROTECTED]> wrote: > Sure... > > Lets say jsp1 posts to actionA which forwards to > jsp2 > > In actionA simply create and instance of

RE: prepopulation action form

2005-03-30 Thread Fogleson, Allen
Sure... Lets say jsp1 posts to actionA which forwards to jsp2 In actionA simply create and instance of the actionForm for jsp2, populate the parameter into it and save it in the appropriate scope. For instance if my actionMapping for actionB is: blah blah you would just do a: request.se

prepopulation action form

2005-03-30 Thread temp temp
I have two actionforms two action classes and two jsps .Clicking on a link in a jsp should take me to next jsp .Here I must pass some parameter to next jsp. In the first jsp I display some data from a collection containing objects which I generate from database in action class and set thi