jsp页面中有个list,如何将list里的一个选定的值传入action中
比如说jsp中有个List里面放着10个Student类。现在想要取此List中的一个Student类,返回Action中,在下一个JSP中展示出来。该如何操作?<inp...
比如说jsp中有个List里面放着10个Student类。
现在想要取此List中的一个Student类,返回Action中,在下一个JSP中展示出来。
该如何操作?
<input type="button" id="<s:property value="#status.index"/>" name="toUpdate[<s:property value="#status.index"/>]" value="修改" onclick="this.form.action='firstStrutsProject_toUpdate.action?student.name=${stu.name}'; this.form.submit();"/></td>
这么做的话,倒是能传过去,但是太麻烦了,有没有更好的方法? 展开
现在想要取此List中的一个Student类,返回Action中,在下一个JSP中展示出来。
该如何操作?
<input type="button" id="<s:property value="#status.index"/>" name="toUpdate[<s:property value="#status.index"/>]" value="修改" onclick="this.form.action='firstStrutsProject_toUpdate.action?student.name=${stu.name}'; this.form.submit();"/></td>
这么做的话,倒是能传过去,但是太麻烦了,有没有更好的方法? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询