设置下面代码就可以
webapps目录下:
test--index.jsp
logon.jsp
success.jsp
/WEB-INF---web.xml
struts-config.xml
struts-html.tld
/lib
/classes---/app--LogonForm.class
LogonAction.class
struts-config中配置如下:
首先在ActionForm和Action中创建ActionErrors对象,往里面加入错误信息ActionMessage.
然后直接在jsp页面中使用