Form Widget: Check Field: What field value makes it checked?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Form Widget: Check Field: What field value makes it checked?

Vinay Agarwal
Hello,

 

I can't seem to get possibly the simplest thing - what makes the check box
checked in form widget's check field. Having field value Boolean(true)
doesn't seem to do it.

 

Thanks in advance,

Vinay Agarwal

 

Reply | Threaded
Open this post in threaded view
|

Re: Form Widget: Check Field: What field value makes it checked?

cjhowe
Judging by HtmlFormRenderer.java setting the value to
"Y" or "T" will make the field CHECKED

--- Vinay Agarwal <[hidden email]> wrote:

> Hello,
>
>  
>
> I can't seem to get possibly the simplest thing -
> what makes the check box
> checked in form widget's check field. Having field
> value Boolean(true)
> doesn't seem to do it.
>
>  
>
> Thanks in advance,
>
> Vinay Agarwal
>
>  
>
>

Reply | Threaded
Open this post in threaded view
|

RE: Form Widget: Check Field: What field value makes it checked?

Vinay Agarwal
Chris,
Yep, that's it. And you also pointed me to the file to look into for other
similar issues in future :)

Regards,
Vinay Agarwal


-----Original Message-----
From: Chris Howe [mailto:[hidden email]]
Sent: Wednesday, July 05, 2006 4:06 PM
To: [hidden email]
Subject: Re: Form Widget: Check Field: What field value makes it checked?

Judging by HtmlFormRenderer.java setting the value to "Y" or "T" will make
the field CHECKED

--- Vinay Agarwal <[hidden email]> wrote:

> Hello,
>
>  
>
> I can't seem to get possibly the simplest thing - what makes the check
> box checked in form widget's check field. Having field value
> Boolean(true) doesn't seem to do it.
>
>  
>
> Thanks in advance,
>
> Vinay Agarwal
>
>  
>
>