-
May 11th, 2009, 07:56 AM
#1
Spring MVC - Need Help
Hi
I am getting the exception "java.lang.IllegalStateException: Neither BindingResult nor plain target object for bean name 'checkAvaliabilityCmdA' available as request attribute"
checkAvaliabilityCmdA - is the command class name
I am getting this exception when using <form:checkbox> tag. when trying to dispaly the information usng jstl is working fine.
Flow of my application is
redirect.jsp -> index.jsp (used ParameterisedViewController)
->searchFlights.jsp(checkAvailabilityContorller- implements SimpleFormController) ->flightdetails.jsp (FlightDetailsController - implements SimpleFormController)
I am getting this exception when displaying flightdetails.jsp
details of the files is given in the attachment
Last edited by srekha13; May 12th, 2009 at 12:02 AM.
-
May 11th, 2009, 08:28 AM
#2
-
May 11th, 2009, 08:28 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules