Github user yasserzamani commented on the issue: https://github.com/apache/struts/pull/133 # Eureka! Thank you! I have found it. We can know the config time class of the action without any new thing with something like following pseudocode: ``` methodName = actionConfig.getMethodName(); if(null==methodName) methodName=ActionConfig.DEFAULT_METHOD; method=action.getClass().getMethod(methodName); configClass=method.getDeclaringClass(); ``` With this, attribute `bean` is not required ð ð any more, right? if so, are you pals agree with the rest of the proposal i.e. considering configClass in parameters and chain interceptors, jsonresult, `<s:form validate=true` or etc when discovered?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org