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
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
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
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:
>
>
:(
- 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
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
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
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
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
-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
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
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
12 matches
Mail list logo