I've forgot to give you the result HTML code for the label :

<label id="null:label"></label>

Stephane

Stephane Decleire a écrit :
I can't figure out how to show the label of a RadioGroup ...
I have tried what i used to do with other form components without success ...

<t:label for="optin"/>
<t:radiogroup t:id="optin" t:value="user.agree" t:label="literal:optin-label" t:validate="required">
   <t:radio t:id="yes" t:value="true"/> <t:label for="yes"/>
   <t:radio t:id="no" t:value="false"/> <t:label for="no"/>
</t:radiogroup>

Any idea ?

Stephane

Reply via email to