Chris--
What is the type of the property referred to by the
"${actionForm.registrationRequired}" expression? Is it a boolean or a
Boolean?
In order for the defaultValue attribute to have any effect, it must
be a null Boolean value. Otherwise, the value of the dataSource
(whether non-null or a primitive boolean type) will always win.
Eddie
On 11/21/05, Chris Jolley <[EMAIL PROTECTED]> wrote:
> Is there a know issue with the defaultValue attribute for the
> <netui:checkBox/> tag. I am unable to get it to honor any value whether
> a String, primitive or Boolean object, and whether a literal or
> databinding expression
>
>
>
> The documentation looks like a cut and past from <netui:textBox/>. BTW:
> the default value for textbox works just fine.
>
>
>
>
>
> I should be able to do something like
>
>
>
> <netui:checkBox dataSource="actionForm.registrationRequired"
> defaultValue="${pageInput.communityPropertiesForm.registrationRequired}"
> />
>
>
>
>
>