I am trying to get FileUpload feature working with Icefaces ace:fileEntry but my fileUploadListener on server is not called, here is the code:
FileUpload
fileUploadListener
remove the enctype="multipart/form-data" from the h:form it should work fine without it.
enctype="multipart/form-data"
h:form