RE: Returning from a form apge

2001-04-30 Thread Lewis Henderson
Thx, My idea was to allow multi-level popup. Jsp1 = Jsp2 = Jsp3 Jsp1 = Jsp2 = Jsp3 ...or any combination... Lewis -Original Message- From: Peter Alfors [mailto:[EMAIL PROTECTED]] Sent: 30 April 2001 20:41 To: [EMAIL PROTECTED] Subject: Re: Returning from a form apge The request

RE: Returning from a form apge

2001-04-30 Thread Eric Butterfield
, html:link will correctly form the URL: http://www.mycompany.com/myApp/myForm.do?ref=1param1=abcparam2=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

Returning from a form apge

2001-04-30 Thread James Howe
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

RE: Returning from a form apge

2001-04-30 Thread Jason Chaffee
Title: RE: Returning from a form apge If you are using the MVC design pattern then you will have an action associated with the save. What I have done is keep a hidden field for the referring page, which keeps track of the mapping key. This way I am able to forward to the jsp that originally