Thank you for your response Manish. "Manish Singla" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Because when you forward to Action B, at that time Struts Request > Processor again processes Action Form. (FYI: In Action B, request is > still having old values from Form F. Thus, values are reset and populated) > > HTH > Manish Singla > > bort wrote: > > Hi all > > > > I have an application which exhibits two similar, yet distinct, behaviours. > > > > Behaviour 1: > > > > Submit Form F to Action A. In Action A change 1 (or more) of the fields in > > Form F. Forward to JSP J. > > > > Behaviour 2: > > > > Submit Form F to Action A. In Action A change 1 (or more) of the fields in > > Form F. Forward to Action B. Action B then forwards to JSP J. > > > > The two behaviours are the same with the exception of the final forwards. > > The problem is that while the field value that's changed during Behaviour 1 > > remains changed when JSP J is presented, the field value does not change > > during Behaviour 2. > > > > Does anyone know why? > > TIA > > bort > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- > Thanks > Manish Singla > x73166
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

