2008/3/17, Dale Newfield <[EMAIL PROTECTED]>: > > We can avoid the JS requirement if we make the submit button's submitted > value complex enough to encode the names of the namespace and > actionname.
The problem is that the value of the submit button is what the users sees. You don't want your user to see: org.apache.struts2.action.MyAction.myMethod, right? :-) There is the need of a js function that modifies it before submitting. Antonio