Results 1 to 3 of 3

Thread: Spring MVC - Need Help

  1. #1
    Join Date
    May 2009
    Posts
    3

    Angry 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.

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

  3. #3
    Join Date
    Feb 2008
    Posts
    488

    Default

    This question belongs in the Web forum: http://forum.springsource.org/forumdisplay.php?f=25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •