struts html:checkbox value

2006-01-26 Thread Vidya \(Suvarna\) Mahavadi
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... Regards, Vidya This message and any attachments are confidential and intended solely for the

Re: struts html:checkbox value

2006-01-26 Thread Pham Anh Tuan
Subject: struts html:checkbox value 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... Regards, Vidya This message and any attachments are confidential

RE: struts html:checkbox value

2006-01-26 Thread Vidya \(Suvarna\) Mahavadi
), it 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's

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 Pham Anh Tuan
:( - Original Message - From: Vidya (Suvarna) Mahavadi [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org 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 (which I am

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: Hi

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 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 approach you

RE: struts html:checkbox value

2006-01-26 Thread Vidya \(Suvarna\) Mahavadi
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 you're looking for, but from