Re: Struts losing parameters

2017-04-13 Thread Lukasz Lenart
There is a hardcode limit to grow a collection but it looks like it wasn't documented - feel free to open a ticket in JIRA. https://github.com/apache/struts/blob/master/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/XWorkListPropertyAccessor.java#L50 https://issues.apache.org/jira/browse

Struts losing parameters

2017-04-13 Thread Jackson, Allan
We’re having a problem where struts (2.5.10.1) is losing parameters that were passed to an action from a form. Our form is submitting values for a list of checkboxes like this: selected[0]: true selected[1]: true selected[2]: false selected[3]: true ... selected[499]: false selected[500]: true