RE: retention of the ActionForm values for display only fields

2003-07-11 Thread Brahme, Supriya \(ENJ\)
Thanks Gin. -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 12:29 PM To: 'Struts Users Mailing List' Subject: RE: retention of the ActionForm values for display only fields Just use html:hidden property="blah" write="tru

RE: retention of the ActionForm values for display only fields

2003-07-11 Thread Chen, Gin
10:56 AM To: Struts Users Mailing List Subject: RE: retention of the ActionForm values for display only fields Thanks Srini.That means the ActionForm has to be in session scope to achieve this. Right? -Original Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED] Sent: Friday, July

RE: retention of the ActionForm values for display only fields

2003-07-11 Thread Brahme, Supriya \(ENJ\)
Thanks Srini.That means the ActionForm has to be in session scope to achieve this. Right? -Original Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 10:49 AM To: Struts Users Mailing List Subject: RE: retention of the ActionForm values for display only

RE: retention of the ActionForm values for display only fields

2003-07-11 Thread Sri Sankaran
of the ActionForm values for display only fields Since the name fields are non-form fields they are not submitted and hence are not part of the request. Therefore, when validation fails, there is nothing to send back to the browser. Sri -Original Message- From: Brahme, Supriya (ENJ

RE: retention of the ActionForm values for display only fields

2003-07-11 Thread Sri Sankaran
Since the name fields are non-form fields they are not submitted and hence are not part of the request. Therefore, when validation fails, there is nothing to send back to the browser. Sri -Original Message- From: Brahme, Supriya (ENJ) [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2