This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi I am getting exception Neither BindingResult nor plain target object for bean name 'command' available as request attribute when run login form with <form:form> tags. It works fine with normal html code but spring's form tag giving be this exception. Please resolve. I am posting few files of code as below.
Login.jsp
Thanks Bill for your reply. As i just started the use of <form:form> tags so its not clear for me yet. Can you please tell me how model attribute works & what changes should i have to apply in code to run it.
First of all don't implement Spring interfaces like Controller or extend Spring classes like SimpleFormController. Use the modern @Controller style instead. Have a look at this tutorial to get you started. It seems hard to find up-to date blogs out there anymore.