你试试看这样写:
<html:radio property="JLID" idName="poBdzxx" value="bdzid">
</html:radio>

解决方案 »

  1.   

    radio 的时候你得把所有的radio都列出来
      

  2.   

    对,应该写4个名称相同的radio
      

  3.   

    <html:radio property="radioname" value="a"/>
    <html:radio property="radioname" value="b"/>
    <html:radio property="radioname" value="c"/>
    <html:radio property="radioname" value="d"/>
      

  4.   

    <html:radio name="frm" property="valid" value="1"/>
    <bean:message key="label.edit.op.valid"/>
    <html:radio name="frm" property="valid" value="0"/>
    <bean:message key="label.edit.op.invalid"/>