Re: disabling textfield....problem

2008-07-21 Thread Narayana S
:42 PM > To: Struts Users Mailing List > Subject: Re: disabling textfieldproblem > > According to html, browser will not send the disabled fields to the > server along with the request headers. So you've to send that value in > the form of a hidden value. > > Regards,

RE: disabling textfield....problem

2008-07-21 Thread Jishnu Viswanath
PROTECTED] Sent: Monday, July 21, 2008 2:42 PM To: Struts Users Mailing List Subject: Re: disabling textfieldproblem According to html, browser will not send the disabled fields to the server along with the request headers. So you've to send that value in the form of a hidden value. Re

Re: disabling textfield....problem

2008-07-21 Thread ManiKanta G
According to html, browser will not send the disabled fields to the server along with the request headers. So you've to send that value in the form of a hidden value. Regards, ManiKanta Narayana S wrote: Hi, i have a text field, with disabled property set to TRUE, and when i coming bac

disabling textfield....problem

2008-07-21 Thread Narayana S
Hi, i have a text field, with disabled property set to TRUE, and when i coming back to the same page with some error messages for the other fields, it is missing the textfield value, it is not retaining like the non-disabled fields where i am missing? plz help me..