JSF : Issues with File Upload using Icefaces component

前端 未结 4 2004
醉酒成梦
醉酒成梦 2021-01-22 14:01

I am trying to get FileUpload feature working with Icefaces ace:fileEntry but my fileUploadListener on server is not called, here is the code:

4条回答
  •  我在风中等你
    2021-01-22 14:06

    I had exactly this problem on a JBoss 7.1 server. I had an EAR project, some EJB projects and a couple of WAR projects. When I had the problem I deployed the icefaces jars in the EAR library, but when I moved them to the WAR project that used ace:fileentry it started to work.

提交回复
热议问题