Set result parameters one at a time
-----------------------------------
Key: WW-2924
URL: https://issues.apache.org/struts/browse/WW-2924
Project: Struts 2
Issue Type: Improvement
Components: Other
Affects Versions: 2.1.2
Reporter: Musachy Barroso
Fix For: 2.1.3
There a bunch of issues like WW-2909 that come from the fact that result
parameters are all set at once in ObjectFactory, if one parameter is wrong
(some added by struts like location, which is not in the Result interface),
they all fail (silently by the way), causing a bunch of problem. The proposed
solution is to set in parameter at a time, and log any exceptions as errors.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.