struts2にイメージタグがあります。ラジオボタンが onclick() イベントとしてチェックされているかどうかを確認したい..plsが助けてくれます。
画像タグ:
<input type="image" src="../image/edit.jpg" alt="img" width="25" height="25" value="Edit" name="moduleMenu"/>
ラジオボタン:
<s:iterator status="stat" value="modNameList">
<s:radio list="moduleName" name="modNameCheck" id="modNameCheckId"/>
<br>
</s:iterator>