Jason King said the following on 9/9/2004 2:42 PM:

I'm new to struts but the environment I'm coming from Oracle Designer Web PL/SQL generator has a way to deal with this sort of thing that I'm likely to be using in Struts. Every form has a hidden field in it named z_action and the buttons all have some js in the onclick that populates z_action.

Yes that's what you'd use for a conventional DispatchAction and it works well (and it's what I've always used up until now), but I like the basic behavior of the MappingDispatchAction and want to leverage that as well so I really need an Action that behaves both ways:) (which is why I came up with approach in the getMethodName I described).



-- Rick

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



Reply via email to