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

Spring Binding Errors

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am getting following error message:


My controller looks like:



My Pojo class looks like:


Note

I have posted only relevant pieces of code here. I am not sure as to why am I getting mentioned error about IllegalStateException and some useful pointers would be appreciated.

Also, what are normal reason for getting `Neither BindingResult nor plain target object for bean name x available as request attribute` errors ?


Thanks.

 
reply
    Bookmark Topic Watch Topic
  • New Topic