I upgraded from struts 2.5.30 to 6.3.0.1 and updated to the new
jakarta-stream to fix an issue.

My List:
private List<String> tags;

If a form has over 256 array elements (Example: tag[0] to tag[300])  and it
is submitted/posted I only get the first 256 array elements in my struts
action (itag.size(); will be 256 instead of 299).

Those first 256 elements of my array have the correct information, but
everything else is as if it never existed. There are also no errors thrown
or errors in the console.

Is this a bug, or is there some sort of setting I can change?

Reply via email to