struts2运行一段时间后总是报方法验证错误,二我没有写这个方法的 150
STRUTSXML:<actionname="showList"class="indexAction"method="showList"><resultname="inp...
STRUTS XML:
<action name="showList" class="indexAction" method="showList">
<result name="input">
/WEB-INF/views/jsp/showList.jsp
</result>
</action>
ACTION:
public String showList()
{
HttpServletRequest req = ServletActionContext.getRequest();
try
{
//加载请求的新闻集合
req.setAttribute("newsSplit", newsService.loadByPage(tid, pid, psize));
//加载新闻类型实体
req.setAttribute("type", newsTypeService.load(tid));
}catch (Exception e) {
e.printStackTrace();
req.setAttribute("j_err", e.getMessage());
}
return showView("showList.jsp");
}
服务器启动一段时间后,请求showList.action会报如下错误 展开
<action name="showList" class="indexAction" method="showList">
<result name="input">
/WEB-INF/views/jsp/showList.jsp
</result>
</action>
ACTION:
public String showList()
{
HttpServletRequest req = ServletActionContext.getRequest();
try
{
//加载请求的新闻集合
req.setAttribute("newsSplit", newsService.loadByPage(tid, pid, psize));
//加载新闻类型实体
req.setAttribute("type", newsTypeService.load(tid));
}catch (Exception e) {
e.printStackTrace();
req.setAttribute("j_err", e.getMessage());
}
return showView("showList.jsp");
}
服务器启动一段时间后,请求showList.action会报如下错误 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询