Let me add,

After doing some more research I've discovered that the ! ("bang") is for 
DynamicMethodInvocation from Webwork.

In my struts.xml file I have:
<constant name="struts.enable.DynamicMethodInvocation" value="false" />

Where in the heck is this !pass DMI getting attached? I am completely baffled :)

Any help greatly appreciated.
P

-----Original Message-----
From: Paul Saumets | Merge [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 12, 2007 10:54 AM
To: Struts Users Mailing List
Subject: [S2] re-direct action barfing now?!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to