WebWork 2 : Radio tag
This page last changed on Dec 14, 2004 by casey.
<ww:radio />An HTML Radiobox UI widgetIn this example, a radio control is displayed with a list of genders. The gender list is built from attribute id=genders. WW calls getGenders() which will return a Map. For examples using listKey and listValue attributes, see the section select tag. <ww:action name="'GenderMap'" id="genders"/> <ww:radio label="'Gender'" name="'male'" list="#genders.genders"/>
|
![]() |
Document generated by Confluence on Dec 14, 2004 16:36 |