ObjectFactory reporting ERROR's when you attempt to set parameters on a
Redirect result
---------------------------------------------------------------------------------------
Key: WW-3170
URL: https://issues.apache.org/struts/browse/WW-3170
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.1.6
Environment: Windows XP SP2
Tomcat 5.5.17
Sun JDK 1.5.0_17
Reporter: Lee Clemens
Upon upgrading from 2.0.x to 2.1.6, Action results using:
<param name="xxx">${xxx}</param>
Causes an error and prints a stacktrace.
The only 'workaround' I have found is at
http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html.
It simply states to disable ERROR logging. Obviously, I will want to see
legitimate ERROR logging for missing properties. However, this is not a
legitimate ERROR - as the getters/setters exist between the two actions and
this should be working fine (and functionally is working as expected).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.