Hi,
In our app we need to create dynamic radio buttons.
There should be three radio buttons and this set is dynamic accroding to the data
this is my code:
<th width="5%" class="twolbcol ors"><html:radi o property="butto n[${j}]" value="confirm" ></</html:radio></th>
<th width="5%" class="twolbcol ors"><html:radi o property="butto n[${j}]" value="wait"></html:radio></th>
<th width="5%" class="twolbcol ors"><html:radi o property="butto n[${j}]" value="open"></html:radio></th>
but this code generating the error: javax.servlet.j sp.JspException : ServletExceptio n in '/jsp/sample.jsp': null
please help me
In our app we need to create dynamic radio buttons.
There should be three radio buttons and this set is dynamic accroding to the data
this is my code:
<th width="5%" class="twolbcol ors"><html:radi o property="butto n[${j}]" value="confirm" ></</html:radio></th>
<th width="5%" class="twolbcol ors"><html:radi o property="butto n[${j}]" value="wait"></html:radio></th>
<th width="5%" class="twolbcol ors"><html:radi o property="butto n[${j}]" value="open"></html:radio></th>
but this code generating the error: javax.servlet.j sp.JspException : ServletExceptio n in '/jsp/sample.jsp': null
please help me