Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不知道这是否是一个愚蠢的问题,但如果很抱歉(但我的要求是这样),我的 JSP 现在正在使用复选框列表的 struts2 标记
我想将 listkey 和 listvalues 都提取到我的操作中,他们有什么办法吗?
我猜密钥将通过向复选框列表名称属性提供getter setter直接在动作类中发送,如果你想要密钥然后尝试使用jquery。通过将id提供给复选框来获取密钥并使用jquery语法检索它
$("#urid").val().
并将其设置在
<s:hidden id="" name="" value=""/>.
只需提供一些谷歌搜索的想法就会让你享受解决方案。