我在jsp頁面的div
中增加了一個單選按鈕。但新添加的單選按鈕始終選中,當我點擊第二個單選按鈕時,它也將選擇。是否有任何腳本來寫入這個。兩個單選按鈕一次選擇
<div style="padding-left:15px">
<div>
Entry Mode Code was:
</div>
<div style="padding-left:30px">
<div>
<html:radio name="caseForm" property="questionnaire.RP0062.posEntryModeCd" value="A" styleId="posEntryModeCda"> 05 - Chip Card read (data is reliable)</html:radio>
</div>
<div>
<html:radio name="caseForm" property="questionnaire.RP2462.posEntryModeCd" value="B"> 90 - Magnetic Stripe Terminal and the full unaltered contents of the selected track is included</html:radio>
</div>
<div>
<html:radio name="caseForm" property="questionnaire.RP2462.posEntryModeCd" value="C" > Not Applicable</html:radio>
</div>
</div>
</div>
附圖像:
請出示您的實際HTML輸出,而不是您的Java源代碼。附有圖片的 – 2012-07-27 14:12:56
。 – Mdhar9e 2012-07-27 14:21:51
我相信@Diodeus意味着**生成的** HTML輸出:)在瀏覽器中右鍵單擊頁面並執行*查看源代碼*。 – BalusC 2012-07-27 14:23:17