Struts and Form Based Authentication
843833Apr 23 2003 — edited Aug 4 2003Hi,
I am changing a Struts application (Example from O'Reilly's Programming jakarta struts) to use Form Based Authentication.
I have found out that for form based auth., the form action should point to "j_security_check". But the current signin.jsp has the form action pointing to an action class defined in struts-config.xml.
I want to be able to authenticate the user using form based authentication, and then redirect to another page the Struts way.
Can somebody help me on this? any other tips on this are also very welcome and would be well appreciated.
thanks a bunch!!