Hello Reinhard,

is it possible that your form bean exists in different scopes?
Request and Session?

Thursday, November 7, 2002, 3:18:39 PM, you wrote:

RS> Hi all,

RS> we're using Struts 1.1b2 to develop a Web Application.

RS> we're having a  strange behaviour. One of our Actions (ModifyUser) works
RS> as follows:

RS> modifyuser.do 
RS>    - inizializes a new ModifyUserForm();
RS>    - reads the data from db and fills out the  fields
RS>    - puts the ModifyUserform() in session
RS>    - forward to /jsp/user/modify/jsp.

RS> After the user modifies some data and submits the form, the validate()
RS> is called. As expected, struts shows the form if some errors occured;
RS> but the form is not filled in with the latest modifications from the
RS> user. Struts shows the form with the values from the bean inizialized in
RS> modifyUser.do.

RS> What is a correct solution for this? 

RS> Thanks

RS> Reinhard 







RS> --
RS> To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
RS> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>



-- 
Best regards,
Dirk


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to