I'd love to.. I'm using Orion 1.5.2. here's the error message im getting after entering the username and password into my j_security_check based login page.
ERROR [ServletDispatcher] Could not instantiate action:loginwebwork.action.ResultException at webwork.action.factory.ParametersActionF
I am currently using form based authentication in my web-app and i have my welcome file set to be an action. This works fine without form based authentication.. but once the form based authentication is there, it doesn't work. It gives me an error that it can't instantiate the action. Does anyon