This contains collection of API's which can be used with Spring Framework MVC 3
-
Annote the form view method with @AddToken
-
Annote the submit method with @CheckToken
-
Include spring-form-token.tld in WEB-INF/ and point the same in web.xml
-
Add <%@ taglib prefix="token" uri="/WEB-INF/spring-form-token.tld" %> in jsp
-
Add token:token/ inside that jsp's form tag
-
Add FormTokenInterceptor bean reference to the interceptor stack