风故故,也依依

Stand still in the wind.

导航

2007年9月23日 #

struts2的struts.properties配置文件详解

摘要: struts.action.extension The URL extension to use to determine if the request is meant for a Struts action 用URL扩展名来确定是否这个请求是被用作Struts action,其实也就是设置 action的后缀,例如login.do的'do'字。str... 阅读全文

posted @ 2007-09-23 23:40 jadmin 阅读(116) 评论(0) 推荐(0)

struts2.xml配置要点(验证基于方法级)

摘要: XML代码:和顺序问题(和没先后顺序),关键在于解析是自上而下的,要继承某xml文件,就要先引入该文件-->/Login.ftlinput,back,cancel-->input,back,cancel... 阅读全文

posted @ 2007-09-23 23:27 jadmin 阅读(153) 评论(0) 推荐(0)