struts中静态ActionForm基本验证

时间:2016-03-10 15:25:35
【文件属性】:
文件名称:struts中静态ActionForm基本验证
文件大小:1.47MB
文件格式:ZIP
更新时间:2016-03-10 15:25:35
struts1 actionForm validate 重写 主要是actionForm的基本验证,重写validate方法,返回actionErrors,然后根据资源文件显示错误。 这是一个demo例子,直接导入eclispe中即可。 并且这部分内容会在相应的博客中介绍,稍后会更新博客。
【文件预览】:
struts1_login_staticActionForm
----.project(1KB)
----.settings()
--------.jsdtscope(503B)
--------org.eclipse.wst.common.component(544B)
--------org.eclipse.jdt.core.prefs(395B)
--------org.eclipse.wst.common.project.facet.core.xml(305B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
----src()
--------com()
--------MessageResources.properties(130B)
----build()
--------classes()
----WebContent()
--------WEB-INF()
--------META-INF()
--------login()
--------readme(198B)
----.classpath(588B)

网友评论

  • 不错,挺好的
  • 做个简单验证把 ,struts1actionform里面的验证方法很久没用了,拿出来复习下
  • type Status report message /struts1_login_staticActionForm/ description The requested resource (/struts1_login_staticActionForm/) is not available.
  • 简单验证还可以。