get struts2 multiple checkboxlist value without checkboxlist -


i create multiple checkboxes using iterator in case can't use checkboxlist

<s:iterator value="tree" status="statusvar">    <s:property value="opentag" escape="false"/>    <s:if test="%{closetag==null}">          <s:checkbox name="%{lable}" fieldvalue="%{lable}" value="%{lable}"/>   </s:if>   <s:property value="lable" escape="false"/>   <s:property value="closetag" escape="false"/> </s:iterator> 

how can selected values checkboxes


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -