Here i am getting an error when i name attribute as said above
javax.servlet.jsp.JspExcep
at org.apache.struts.taglib.h
at org.apache.struts.taglib.h
at org.apache.struts.taglib.h
at org.apache.jsp.WEB_002dINF
I think we need to do radio group ..but i don't know how to do that..can someone help
Main Topics
Browse All Topics





by: mr_egyptianPosted on 2007-09-27 at 15:03:50ID: 19975114
Try giving them both the same name:
und" /> </td> ound" /> </td>
<tr><td><msui:label styleClass="desc"
key="notificationForm.inbo
<td><html:radio property="inbound" name="somename" value="INDBOUND" styleId="inbound" styleClass="radiobutton"/>
</td>
</tr>
<tr><td><msui:label styleClass="desc"
key="notificationForm.outb
<td><html:radio property="outbound" name="somename" value="OUTDBOUND" styleId="outbound" styleClass="radiobutton"/>
</td>
</tr>