I am working on a piece of code where a single action services several methods. It uses a wildcard mapping and the method attribute of the <s:button/> tag is what drives the specific methods. I was unable to get the validators to work and started debugging the AnnotationValidationInterceptor to discover that the invocation.getProxy().getActionName() is not being updated with the current request as different methods are invoked. There are no attributes on the <s:form> tag since the action that serves this page is the same action that services the associated submit button. Has anyone experienced this?
-- Scott [EMAIL PROTECTED]