Re: disabling textfield....problem

2008-07-21 Thread Narayana S
gineer > > *(+9180)41190300 - 222(Ext) ll * ( + 91 ) 9731209330ll > > Tavant Technologies Inc., > > www.tavant.com > > PEOPLE :: PASSION :: EXCELLENCE > > -Original Message- > From: ManiKanta G [mailto:[EMAIL PROTECTED] > Sent: Monday, July 21, 2008 2

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