我會嘗試把圖像在我的CheckBoxList這樣的CheckBoxList與圖像Struts2的
<s:checkbox name="evento.eve_tarjeta_cred1" id="chkAmex" />
<img alt="10" src="./images/tarjetasCredito/amex.png">
<s:checkbox name="evento.eve_tarjeta_cred2" id="chkCmr" />
<img alt="10" src="./images/tarjetasCredito/cmr.png">
但我需要傳遞一個字段列表,將其保存在我的DB像 「真,假」 。
我會嘗試以這種方式
<s:checkboxlist id="chkTarjeta" name="evento.eve_tarjeta_cred"
list="{
'<img alt="10" src="./images/tarjetasCredito/amex.png">',
'<img alt="10" src="./images/tarjetasCredito/cmr.png">'
}"
/>
,但它不工作。幫助
開始接受/ upvote你的問題的答案。 –