`
kinglun
  • 浏览: 42291 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论
文章列表

链接传from表单

    博客分类:
  • jsp
<form action="×!××.action" id="myform"  name="myform"> </form> <a href="javascript:document.forms['myform'].submit();" style="color: #147ed9;"><img src="images/create.png" style="margin-right: 5px;" />Cre ...
在实现类中加入 this.getSessionFactory().evict(*class); this.getSessionFactory().getCurrentSession().clear();
public void remove(int id){    java.sql.Connection conn=null;      java.sql.Statement stm=null;     try {      conn=this.getHibernateTemplate().getSessionFactory().openSession().connection();     stm = conn.createStatement();     String sql = "delete from × where id="+id;     stm.execu ...
could not initialize proxy - no Session 在web.xml文件中加入 <filter>         <filter-name>lazyLoadingFilter</filter-name>         <filter-class>             org.springframework.orm.hibernate3.support.OpenSessionInViewFilter         </filter-class>     </filter> <filte ...
Global site tag (gtag.js) - Google Analytics