I went through a earlier thread on this topic which said that form validations can be used but in that case the AuthenticationProcessingFilter will have to be junked. But wont that mean that the entire acegi framework is sidelined.
I want to use a SimpleFormController for doing the validations etc, in the onsubmit of the controller I want to redirect to say j_acegi_security_check or some url which can do the authentication and all that just like it happens normally.
How do I go about this?
Rather, instead of roundabout ways for doing this, isnt this a vital part of the framework missing??


