struts
摘要: 本文讲述validation验证文件的配置。内容如下:
1. 文件结构
2.
子元素配置举例
2.1 必填(或非空)验证
2.2 最大长度和最小长度验证
2.3 email验证
2.4 日期验证
2.5 整数范围验证
2.6 自定义验证
3. 完整配置实例
posted @ 阿蜜果 阅读(8661) |
摘要: 本文讲述web.xml、.properties资源文件的配置。
1. web.xml
1.1 actionservlet的配置
1.2 欢迎和错误处理的配置
1.3 tld文件的配置
1.4 完整配置实例
2 .properties资源文件
posted @ 阿蜜果 阅读(9592) |
摘要: 本文讲解struts1.2中struts-config.xml的配置总结。
1. data-sources
2. form-beans
3. global-forwards
4. action-mappings
5. message-resources
6. plug-in
7. 完整配置实例
posted @ 阿蜜果 阅读(10896) |
摘要: 本文对struts的logic标签进行了详细举例。
posted @ 阿蜜果 阅读(2601) |
摘要: 本文概述了struts的html常用标签。
posted @ 阿蜜果 阅读(3931) |
摘要: 本文概述了struts的常用的bean标签的用法。
posted @ 阿蜜果 阅读(1562) |
摘要: struts1.2客户端表单验证错误解决 。
posted @ 阿蜜果 阅读(1715) |