Login  Register

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

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

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

Vinay Agarwal
368 posts
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
| More
Print post
Permalink

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

cjhowe
1141 posts
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
| More
Print post
Permalink

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

Vinay Agarwal
368 posts
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
>
>  
>
>