RE: actions which return dynamically based on input

2004-06-25 Thread Wendy Smoak
> From: Pietro Dansk [mailto:[EMAIL PROTECTED] > I want this form to simply return to the page or > action that it was > previously at. What is the most elegant way to do this? In Struts, everything goes forward so the "go back where you came from" problem comes up repeatedly. The 'coming from'

RE: actions which return dynamically based on input

2004-06-25 Thread Jim Barrows
2 ways off the top of my head: 1) 2) -Original Message- > From: Pietro Dansk [mailto:[EMAIL PROTECTED] > Sent: Friday, June 25, 2004 2:13 PM > To: Struts Users Mailing List > Subject: actions which return dynamically based on input > > > I have a form which appe

actions which return dynamically based on input

2004-06-25 Thread Pietro Dansk
I have a form which appears on multiple pages. The form leads to an action which changes a simple property. After doing this, I want the action to simply lead back to the individual page from which it came. I can't register a single "input" within the action tag of the struts-config.xml file (becau