You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ananya Goswami <an...@aztec.soft.net> on 2005/09/08 07:40:22 UTC

Need help on Check box Component

Hi All,
            I need help on knowing what's the component to be used in my
.page and .html files for the check box field.
 
Thanks in Advance,
 
Thanks & Regards
-----------------------------
Ananya Goswami
Software Developer

-----------------------------
mail: ananyag@aztec.soft.net
mob: 09886886320
ph: 080-57561000
extn:3720
 
 

Re: Need help on Check box Component

Posted by Radim Burget <Ra...@seznam.cz>.
.page :
     <property name="userEnabled" />
   
    <component id="enabled" type="Checkbox" >
        <binding name="value" value="userEnabled" />
    </component>

.java :
class .... {
    public boolean getUserEnabled;
}

Ananya Goswami wrote:

> Hi All,
>
>             I need help on knowing what's the component to be used in 
> my .page and .html files for the check box field.
>
>  
>
> Thanks in Advance,
>
>  
>
> */Thanks & Regards/*//
>
> *-----------------------------*
>
> *Ananya Goswami*
>
> *Software Developer*
>
> **
>
> *-----------------------------*
>
> mail: ananyag@aztec.soft.net
>
> mob: 09886886320
>
> ph: 080-57561000
>
> extn:3720
>
>  
>
>  
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org