Vote count:
0
I'm implementing HDIV in Spring MVC and I have trouble in the Login Page. Since HDIV would require the use of the form tag
(like: <form:form action="${contextPath}/j_spring_security_check" method="post">), my app would throw an exception because I did not specify the modelAttribute:
java.lang.IllegalStateException: Neither BindingResult nor plain target object for bean name 'command' available as request attribute
Can anyone give clarity to this concern? Is there any other way to implement HDIV on a login page? Or is there a way to implement HDIV without using <form:?
asked 1 min ago
Implementing HDIV on a Login Page
Aucun commentaire:
Enregistrer un commentaire