【文件属性】:
文件名称:Struts-1.2.9 修改版(增加了对没有配置的path的处理)
文件大小:3.87MB
文件格式:RAR
更新时间:2012-05-20 20:35:51
struts java 学习 mvc javaee
修改者: selfimpr.
博客: http://blog.csdn.net/lgg201
邮箱: lgg860911@yahoo.com.cn
更新内容: 在原来的版本中, 如果一个路径没有在struts-config.xml文件中配置, 返回的是一个404错误页面, 现在, 如果一个请求路径没有在标签中配置, 我们可以自定义返回的错误页面.
使用示例:
如果你想要使用这个功能, 在struts-config.xml文件中, 你必须加入这些代码. 在标签中, name属性必须是"REQUEST_NOT_CONFIG", path属性可以配置为一个在你的应用中存在的页面路径.
如果还是不懂,请查看sample目录的示例.
updater: selfimpr.
blog: http://blog.csdn.net/lgg201
mail: lgg860911@yahoo.com.cn
update content: in formerly version, if a path not config in the struts-config.xml file, response is the 404 page, now, if a path is not config in the tag , we can custom the error page.
Use Example:
if you want to use this function, in the struts-config.xml file, you must join these code. in the tag, name must be "REQUEST_NOT_CONFIG", the path you can config a exist page in your application.
if you didn't understand you can see the sample folder.
【文件预览】:
struts-path-err-sample
----sample()
--------src()
--------WebRoot()
--------struts-path-err-sample.war(1.57MB)
----readme.txt(1KB)
----struts-1.2.9-modify-by-selfimpr.jar(813KB)