Primefaces Hide Dialog When File Uploads
The primefaces fileUpload component has an update attribute but I can't do a update="dialog.show()"; Anyone know how to hide a dilog when开发者_如何转开发 the file upload is complete?
2.2.1 doesn't have it but new fileupload of PrimeFaces 3.0 has oncomplete attribute you can use.
精彩评论