Re: FW: Scope of the form - TED

2001-06-07 Thread Ted Husted
I don't believe that there is a reliable way for Struts to determine dynamically where a submit actually started, since things can get passed around. There is history information in the request, but that can be iffy. If you want that behaviour, you should be able to script that through the Action

Re: FW: Scope of the form - TED

2001-06-07 Thread Jonathan
nt: Thursday, June 07, 2001 1:41 PM Subject: Re: FW: Scope of the form > 1. Yes. Using the standard forward or redirect Servlet services. > 2. It is forwarded to the JSP or Action specified by the input property. > 3. The form is disposed when the request is disposed, which would

Re: FW: Scope of the form

2001-06-07 Thread Ted Husted
1. Yes. Using the standard forward or redirect Servlet services. 2. It is forwarded to the JSP or Action specified by the input property. 3. The form is disposed when the request is disposed, which would happen after the JSP was rendered. > Joyce Tang wrote: > > > > -Original Message-

FW: Scope of the form

2001-06-07 Thread Joyce Tang
Title: FW: Scope of the form   -Original Message- From: Joyce Tang To: '[EMAIL PROTECTED]' Sent: 6/7/01 9:28 AM Subject: Scope of the form I would like to verify my understanding on this thing.  Please let me know if it is correct.  Thank you very much in advance. 1