I kindly request someone to put up an example of SimpleFormController with two forms i.e 1) a login form and 2) adding a customer form. On the web I am finding the examples with one form for input and in the second form they are displaying the input of the first form. The reason why I am asking is when I try to develop an application with two forms I am getting error as
"
Neither BindingResult nor plain target object for bean name 'loginCmd' available as request attribute". I mentioned the command name in both the places ,
jsp and xxx-servlet.xml. I still face the same issue(Since two days). Could give me an example. Thanks.