RE: struts html:checkbox value

2006-01-26 Thread Vidya \(Suvarna\) Mahavadi
26 January 2006 13:04 To: Struts Users Mailing List Subject: Re: struts html:checkbox value On 1/26/06, Vidya (Suvarna) Mahavadi <[EMAIL PROTECTED]> wrote: > Is there a work around for this.. Not a simple one - for text or textarea elements the "readonly" attribute would do the job

Re: struts html:checkbox value

2006-01-26 Thread Niall Pemberton
On 1/26/06, Vidya (Suvarna) Mahavadi <[EMAIL PROTECTED]> wrote: > Is there a work around for this.. Not a simple one - for text or textarea elements the "readonly" attribute would do the job you're looking for, but from memory "readonly" isn't part of the html 4 standard for checkbox. One approac

Re: struts html:checkbox value

2006-01-26 Thread Tamas Szabo
On 1/26/06, Vidya (Suvarna) Mahavadi <[EMAIL PROTECTED]> wrote: > > Is there a work around for this.. Can the user change the value of the checkboxes? I mean they are always disabled or you enable/disable them dynamically? Tamas

RE: struts html:checkbox value

2006-01-26 Thread Vidya \(Suvarna\) Mahavadi
Is there a work around for this.. -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday 26 January 2006 12:24 To: Struts Users Mailing List Subject: Re: struts html:checkbox value On 1/26/06, Vidya (Suvarna) Mahavadi <[EMAIL PROTECTED]> wrote: > >

Re: struts html:checkbox value

2006-01-26 Thread Pham Anh Tuan
:( - Original Message - From: "Vidya (Suvarna) Mahavadi" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, January 26, 2006 5:16 PM Subject: RE: struts html:checkbox value I did. But it does not help. I have a form with a huge list of data (whic

Re: struts html:checkbox value

2006-01-26 Thread Niall Pemberton
On 1/26/06, Vidya (Suvarna) Mahavadi <[EMAIL PROTECTED]> wrote: > > Hi , > > If a check box is disabled and checked does it submit the value true? I > have a situation where it is not submitting the disabled checkbox > properties. Is there a work around for this... This is a browser / HTTP isssue

RE: struts html:checkbox value

2006-01-26 Thread Vidya \(Suvarna\) Mahavadi
should actually submit the Boolean properties of them. Any ideas on this please... Vidya -Original Message- From: Pham Anh Tuan [mailto:[EMAIL PROTECTED] Sent: Thursday 26 January 2006 11:53 To: Struts Users Mailing List Subject: Re: struts html:checkbox value Dear Vidya, there

Re: struts html:checkbox value

2006-01-26 Thread Pham Anh Tuan
Dear Vidya, there's a solution, in reset method of your form bean, you should set all your checkbox to false. ;) - Original Message - From: "Vidya (Suvarna) Mahavadi" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, January 26, 2006 4:37 PM Subject: struts html:ch