Results 1 to 3 of 3

Thread: Spring MVC - IllegalStateException

Threaded View

  1. #1
    Join Date
    May 2009
    Posts
    3

    Default Spring MVC - IllegalStateException

    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
    Attached Files Attached Files

Posting Permissions

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