Seam MultipartRequest Bug in 1.1.5.GA
I tried to integrate s:fileUpload today from SEAM 1.1.5.GA into our application. Unfortunately, the provided MultipartRequest-Implementation contained in 1.1.5 does not work with parameter names occuring more than once, so that you cannot use it together with h:selectManyCheckbox for example. If you’re havin the same problem, you can download a patched version of MultipartRequest
here , that works around this problem.
Let me know if it works for you, too.

