• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Spring form select box

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a couple of select boxes in my spring form and when ever I submit it was returning a blank page, so I added some loggers and realized that it wasn't getting to my .save hibernate method to save it to the database so I started doing some debugging and realized that it isn't really grabbing anything from the select boxes instead it is filling the values as null and that isn't allowed in the DB what the issue could be?

Controller code



JSP Page(Not the complete code just the relevant part)
reply
    Bookmark Topic Watch Topic
  • New Topic