首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

输入校验2(对某个方法校验)

2012-09-06 
输入校验二(对某个方法校验)Actioninput.jsppageEncodingUTF-8%%@ taglib uri/struts-tags prefix

输入校验二(对某个方法校验)
Action



input.jsp
    pageEncoding="UTF-8"%>  
<%@ taglib uri="/struts-tags" prefix="s" %>  
<html>
<body>
  <s:fielderror/>
</body>
</html>

热点排行