<spy:parent title="Form tag intro" />
<f:form>
<div class="simpleform">
<f:text name="text1" label="Text input" default="change me" size=10 maxlength=30 />
<f:text name="text2" label="Text input 2" value="change me" size=10 maxlength=30 />
</div>
<fieldset style="clear: both">
<legend>One or two? Or both?</legend>
<f:checkboxlist class="radio" name="checkboxlist" data="[(1, 'one'), (2, 'two')]" />
</fieldset>
<div style="clear: both"><f:submit /></div>
</f:form>
|