You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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}"/>
  • No labels