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