To further clarify what seems to be my problem. Display action sets begRecord and endRecord attributes in the request -> JSP renders a form -> submitted form goes to Modify Action -> modify action tries to put something in begRecord and endRecord, appears to be ok -> forwards to display action, display action sees the same values in its request object that were originally set by itself earlier. Talk about weird?! -David ----- Original Message ----- From: "David Erickson" <[EMAIL PROTECTED]> To: "Struts Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003 3:10 PM Subject: Passing information from action to action
> Hi I am chaining to actions together, I have one that displays a form and if > you submit it calls the modify action then forwards straight back to the > action that displays the form. Is there anyway for me to pass variables > inbetween the modify->display action other than using the session? I tried > using the request but for some reason even though I set an item in the > request in modify it doesn't change the value that the display action sees. > Thanks! > David > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

