标签: struts2
使用request.setAttribute()在servlet中进行操作非常简单。但是如何在Struts2中做到这一点?
request.setAttribute()
如何在其他jsp页面中使用该bean?
请举例说明。
答案 0 :(得分:0)
正如@AndreaLigios在评论中提到的那样,你需要在你的动作类中生成getter和setter。
在JSP文件中,您可以使用<s:property>标记获取它们。
<s:property>