[ 
https://issues.apache.org/jira/browse/WW-4909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326395#comment-16326395
 ] 

ASF GitHub Bot commented on WW-4909:
------------------------------------

lukaszlenart opened a new pull request #202: WW-4909: Renames a constant and 
adds a test
URL: https://github.com/apache/struts/pull/202
 
 
   Implements [WW-4909](https://issues.apache.org/jira/browse/WW-4909)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> List of Boolean is not populated in Action class
> ------------------------------------------------
>
>                 Key: WW-4909
>                 URL: https://issues.apache.org/jira/browse/WW-4909
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.5.10.1
>            Reporter: Bouagal
>            Assignee: Lukasz Lenart
>            Priority: Major
>             Fix For: 2.5.15
>
>
> In my application, a user sends a request with this parameter : 
> selectedLines[xx]=true where xx is a number. Stuts 2 should convert this 
> parameter into this property : List<Boolean> selectedLines in my action 
> class. The lenght of the list equals xx+1 and the list looks like this 
> [null,null,.....,true];
> Since I have upgraded Struts 2 to 2.5.10.1 From 2.3, that not works anymore 
> if xx>256. The list is empty.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to