submit multiple forms with p:commandbutton

前端 未结 4 2123
不思量自难忘°
不思量自难忘° 2020-12-18 02:42

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

4条回答
  •  感情败类
    2020-12-18 03:42

    in your

    
    

    add the attribute: partialSubmit="true" and chance ajax="false" to ajax="true"

    
    

提交回复
热议问题