Apache Struts 2 Documentation > Home > FAQs > How do I render a single radio button |
Using OGNL, it is possible to render a single radio button using the existing radio tag.
<s:radio theme="simple" name="selectedOption" list="{optionA}"/> ... <s:radio theme="simple" name="selectedOption" list="{optionB}"/>