simpleformcontroller « Security « Spring Q&A





1. application cann't access onSubmit of SimpleFormController    forum.springsource.org

application cann't access onSubmit of SimpleFormController application can access formBackingObject of SimpleFormController , but it cann't call onSubmit, and directness call "successView": true

2. using j_security_check with simpleformcontroller    forum.springsource.org

hi, has anyone tried using apache tomcat's j_security_check as the action? how did you manage to do this? i would like to autosubmit j_security_check with username and password.problem is, it always ...

3. Access ref data in onsubmit() in SimpleFormController    forum.springsource.org

Hi All i was wondering if it was possible to access the reference data from within the onsubmit method WITHOUT recalling referencedata() - i have a call to a web service ...

4. SimpleFormController security check    forum.springsource.org

I would like to look at a users session info after they attemp to access a SimpleFormController. If they are not authorized I want to redirect them to an error page. ...