Hello:
I'm upgrading from Struts 2.3.4.1 to Struts 2.3.16.2. I've found that some of
my actions no longer work due to the excludeParams restrictions.
For example, I get the following warning:
...ParametersInterceptor.warn:56 - Parameter [action:myExcludedAction] is on
the excludeParams list of patterns!
It's unclear to me how to resolve this problem. The
acceptableParameterName(String) method is not being called with the excluded
parameter, so I'm too late in the workflow.
I'm using struts.xml to define the action workflow. How can I fix this problem?
-------
<action name="myExcludedAction" class="com.example.MyAction"
method="myMethodToInvoke">
<result name="success">/WEB-INF/jsp/success.jsp</result>
</action>
-------
Thanks for your time.
John Boyer
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]