使用struts的标签获取后台值需注意

若是是getRequest().setAttribute(“key”,"value")get

在用struts标签调用的时候要加上requestrequest

例如:struts

<s:hidden name="bycategorytype" id="bycategorytype" value="%{#request.line.pmcd}"/>标签

相关文章
相关标签/搜索