ActionSupport getText(String, List) changed to getText(String, List<Object>)
----------------------------------------------------------------------------
Key: WW-3547
URL: https://issues.apache.org/jira/browse/WW-3547
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.2.1
Environment: Windows 7 Professional x64, Java 6 Update 21
Reporter: Piotr Gliźniewicz
The signature of the getText(String, List) in ActionSupport changed to
getText(String, List<Object>) in 2.2.1. This has broken compatibility and
caused the build to fail with for example getText("text", Arrays.asList("text",
"text")).
The expected signature is getText(String, List<?>).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.