In MyAction1 I set a field of a form MyForm at null.
The I make a forward to MyAction2.
And when MyAction2 read the field, it is set with 
wich were before MyAction1 reseted it.

It seems that is because the struts framework
execute the populate between the MyAction1 and the MyAction2.
So I set the attribute redirect at "true" 
and the field still reseted.

So I'm perfectly happy, my project work, 
but I am still a little bit worried,
Is it really necessary to ask the client
to execute a redirect, since all the treatment
is done on the server side ?


Regards,
Xavier


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

Reply via email to