struts2和filter使用
一个login.jsp的页面,使用了struts2的标签,在web.xml中,在配置struts之前先配置了一个filter, 在这个filter中控制页面跳转到login.jsp是错误的,…
Struts2里面的 将页面数据自动填充到对象中是如何实现的?
最近想做一个demo,demo可以自动接收页面中提交的数据,并且将这些数据自动填充到对象的对应属,就和struts2里自己将表单 数据填充到对象一样,主要过…
spring+struts+hibernate组合中hibernate的作用
其实这个问题我一直搞不明白,已做好被喷的准备,呵,我一直认为如果不需要缓存的话,Hibernate可有可无,持久化可以用spring jdbctemplate来实现。特…
hibernate和struts整合遇到的问题怎样解决。。。或给一个例子。。谢谢
type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. except…
strtus2 时间标签<s:datetimepicker>怎么能默认显示上个月今天的日期
这个不是显示今天的时间吗 我的意思就是让他默认显示 上个月今天的时间 比如 今天 是 2010-02-25 我想让他默认显示 2010-01-25 …
Struts2 提交Set里面的Set怎么提交?
properties文件里面这么配置的: KeyProperty_productTypeAttributes.options=idElement_productTypeAttributes.options=oshop.entity.ProductTypeAtt…