"Marco Mistroni" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> Yes I was not meaning because of dispatchaction..
> I guess this happens with Action in general, due to the reason
> That you mentioned...
> Actually I have read (from struts in action I believe) that bean
> Properties are reset between 'requests'
> So URL -> dispatch -> JSP are actually two 'requests'.. you won't find
> at stage 3 the same properties that u find on stage 1, unless ur form
> has
> session scope..

This is half true in the sense that the reset actually does nothing as a
default.
The RequestProcessor calls the reset before populating the form bean.

Stephane





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

Reply via email to