[jira] Resolved: (WW-3547) ActionSupport getText(String, List) changed to getText(String, List)

Thu, 03 Mar 2011 09:49:58 -0800

     [ 
https://issues.apache.org/jira/browse/WW-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukasz Lenart resolved WW-3547.
-------------------------------

    Resolution: Fixed

Solved, thanks!

> 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
>            Assignee: Lukasz Lenart
>             Fix For: 2.2.2
>
>
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to