I want to submit multiple forms with one submit button. I have multiple forms because each p:fileUpload needs an own form (when in advanced mode).
Here\'s the code f
in your
add the attribute: partialSubmit="true" and chance ajax="false" to ajax="true"
partialSubmit="true"
ajax="false"
ajax="true"