Hi all, I've had the following action result for the past couple weeks:
<result name="saved" type="redirect-action">UserAction</result> All this did was after a form had been submitted and the data persisted, it was to re-direct back to the user listing page (which is the default result from the execute() method inside my UserAction class.) I was working fine but now I'm continually getting this Struts Problem Report after saving, Struts has detected an unhandled exception: Messages: There is no Action mapped for namespace /pass and action name UserAction!pass. I haven't even declared a /pass namespace anywhere in my configurations nor am I ever forwarding to UserAction!pass? What in the world could be going on? J Thanks in advance, Paul