• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring Hibernate Struts problem

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello All

i have a problem in insert into database in my project i used spring hibernate and struts in my project. when i click on submit button insert action done well but when i check my database just one field inserted (name ) for another fields just insert 0 and Null can any one help me???



createClassType.jsp




struts.xml








ClassTypeService.java






ClassTypeDao.java



spring-dao.xml



hibernate.cfg.xml



web.xml


applicationContext.xml





another is there any example like this ?

thanks in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic