JBoss.orgCommunity Documentation

Radio Field
Parameter Type Required Description Example
options string with the comma (,) characters Some radio values. options=radio1,radio2,radio3

See also: Common parameters



<%
  String[] fieldDeep = ["jcrPath=/node/exo:isDeep", "defaultValues=true", "options=radio1,radio2,radio3"];
  uicomponent.addRadioBoxField("isDeep", fieldDeep);
%>