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 2

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

FW: Struts html:checkbox

2004-11-05 Thread Robert Taylor
-Original Message- From: Jean-Philippe Couture [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 2:25 PM To: Robert Taylor Subject: Re: Struts html:checkbox Hi Robert, Thanks a bunch for the helpful tip. I used a ((DynaActionForm)form).set("propName",String.valueOf

RE: Struts html:checkbox

2004-11-05 Thread Robert Taylor
nal Message- > From: Jean-Philippe Couture [mailto:[EMAIL PROTECTED] > Sent: Friday, November 05, 2004 11:56 AM > To: [EMAIL PROTECTED] > Subject: Struts html:checkbox > > > Hi, > > Sorry if this problem has already been solved, I cannot seem to find > anything in

Struts html:checkbox

2004-11-05 Thread Jean-Philippe Couture
Hi, Sorry if this problem has already been solved, I cannot seem to find anything in the Struts List Archive... I have an Action class that sets, in the ActionForward method of the said Action class, an attribute of an object in the request scope to push it to the presentation layer (JSP). In the