<a href=<s:url action="wapqesuseroption.action?id=1"></s:url>  target="main"><s:property value='id'/></a>
在SSH架构中,JSP页面使用struts标签。点击ID超链接时,带上参数ID到新的页面进行查询,始终在action界面获取不到值。
action界面这样写的:Integer id=0;
id=(Integer)ServletActionContext.getRequest().getAttribute("id");
求大侠们解释啊~