Hi David,
Thanks. yes I do have error before logging in.
"No result defined for action com.test.action.PersonAction and result login"
<action name="list" method="execute" class="personAction">
<result>/pages/list.jsp</result>
<result name="input">pages/list.jsp</result>
After logging in, I got 404 error
The login is not intercepted by the interceptor becuase it is in a different package.
When you say "I'd also use a "redirectAction" result and simply go to "main"." , are you talking about the page
you should see right after login? That is what it does now.
Any ideas would be greately appreciated.
Thanks,
Rich