Declare your form bean to be in session scope in struts-config.xml. Mark
-----Original Message----- From: C D [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 6:22 PM To: [EMAIL PROTECTED] Subject: FormBean changes not recognized across actions Hi, I am having a problem with the following flow would appreciate any help on it JSP(1) -----> StrutsAction(2) ----> mapping.findForward() from struts_config.xml(3) -----> Struts Action(4) Any properties that I set on the form bean(request scope) at step 2 are not reflected in the form bean at step 4. Rather the orginal values of the form bean are there.(the same that were there at the beginning of step 2) How do I propagate my changes to the form bean from the first action to the second action in the above scenario?? Ofcourse, had my mapping above forwarded to a jsp page, then the page reflects the correct form bean values that I set in the first action class. Thanks in advance, CD __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>