输入校验二(对某个方法校验)
Action
input.jsp
pageEncoding="UTF-8"%>
<%@ taglib uri="/struts-tags" prefix="s" %>
<html>
<body>
<s:fielderror/>
</body>
</html>
发布时间: 2012-09-06 10:37:01 作者: rapoo
输入校验二(对某个方法校验)
Action
input.jsp
pageEncoding="UTF-8"%>
<%@ taglib uri="/struts-tags" prefix="s" %>
<html>
<body>
<s:fielderror/>
</body>
</html>