Hi all, I'm building a non-essential app in struts2 to get my feet wet and ran into something right away. We make heavy use of LookupDispatchAction in struts1 and I'm having trouble figuring out how to do the same thing in struts2.
I see from the docs that you can use wildcards to map "saveFoo" and "retrieveFoo" to map to save() and retrieve() respectively but how does one use a single action and control which method is called based on, for instance, the value of the submit button? Thanks in advance, Brian