• 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

Can't access JSP via Spring Controller - IllegalStateException

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi you guys. Haven't been on this site for some time now but I really could use some help. I'm getting the exception I listed just below when I try to access my JSP. I am looking into the minimum requirements for the controller method parameters right now but I'm not sure if I can get past this in the time I need to without getting help. Thank you very much.

EXCEPTION:

java.lang.IllegalStateException: Neither BindingResult nor plain target object for bean name 'command' available as request attribute



CONTROLLER METHOD TO (ENTER SELECTPALLETTYPE.JSP)



SERVICE METHOD TO BEING CALLED IN CONTROLLER


DAO METHOD THE SERVICE METHOD CALLS
 
reply
    Bookmark Topic Watch Topic
  • New Topic