Thanks for the tip.  I had considered doing something like that but somehow 
convinced myself that it probably wouldn't work before even giving it a try.

At 02:42 PM 4/30/2001 -0700, you wrote:
>If you hard code a parameter into the href or page attribute of 
><html:link>, it is smart enough to know how to append the other
>parameters contained in your parameter map.  For example if your page 
>value is "/myForm.do?ref=1", and your parameter map contains
>the pairs param1=abc and param2=def, <html:link> will correctly form the URL:
>
>http://www.mycompany.com/myApp/myForm.do?ref=1&param1=abc&param2=def
>
>
>-----Original Message-----
>From: James Howe [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 30, 2001 11:44 AM
>To: [EMAIL PROTECTED]
>Subject: Returning from a form apge
>
>
>In our web application, we have two pages from which a user can access a
>third page.  From the third page (which is form to fill out and save), the
>user either saves or cancels their action, and the user is returned to the
>page from which they originally started.  However, the third page has no
>knowledge about where it came from so it doesn't no who to forward to when
>its action is complete. [...]

James W. Howe                   mailto:[EMAIL PROTECTED]
Allen Creek Software, Inc.              pgpkey: http://ic.net/~jwh/pgpkey.html
Ann Arbor, MI 48103

Reply via email to