Shahin Hadjikuliev wrote:

Hi , list
I have a form in one action , and I want to get access to the fields
of  this form in the next actions , have I any ways to do it other
then putting in session?


thanx


Propably not, since the response and request objects are new objects each time you make a request/response. If you want to have the ActionForm's from one request to the next you have to put it in the session scope. You don't have to take every value out of the form, just put the entire form in the session object...

Claus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to