0

I'm using <p:fileUpload mode="advanced"> and it works fine with file uploading. The problem is when fileUploadListener method in the backing is called no other input element in the form is bound to the backing bean. It seems that PF fileUpload is not a normal JSF component, as it doesn't either fire validation errors. Any idea how to have form submitted before fileUploadListener is called?

Community
  • 1
  • 1
Mohsen
  • 3,512
  • 3
  • 38
  • 66
  • Ever find an answer? I am having the same experience – Ethode Apr 02 '13 at 17:45
  • I found now answer, as it seems to be a bug. The workaround I used was to put an onblur ajax event on each input in the page to be submitted to the backing bean as soon as it loses its focus. – Mohsen Apr 03 '13 at 18:42

0 Answers0