RE: Getting url which submitted form

2004-06-25 Thread Mark Thias
y, June 25, 2004 12:22 AM To: Tomcat Users List Subject: Re: Getting url which submitted form Mike Jackson wrote: > Put a hidden field in the form with and identifier that you can use to > determine which form it was that submitted it. I'd also suggest another > hidden field to store

Re: Getting url which submitted form

2004-06-24 Thread Nikola Milutinovic
Mike Jackson wrote: Put a hidden field in the form with and identifier that you can use to determine which form it was that submitted it. I'd also suggest another hidden field to store a "transaction" id field so you can detect if it's a re-submittal of previously submitted information. [SNIP] ---

Re: Getting url which submitted form

2004-06-24 Thread Bill Barker
"Mark Thias" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Using Tomcat 5.0.26. > > I'm trying to find out the name of the JSP page which submitted a form. > > For example, I have a form in MyFirstPage.JSP. > > > value="Continue" /> > > > Upon clicking submit, a post is s

RE: Getting url which submitted form

2004-06-24 Thread Mike Jackson
Put a hidden field in the form with and identifier that you can use to determine which form it was that submitted it. I'd also suggest another hidden field to store a "transaction" id field so you can detect if it's a re-submittal of previously submitted information. --mikej -=- mike jackson