1 Reply Latest reply on Jan 30, 2013 8:55 AM by nfilotto

    Problem rich:fileUpload gatein 3.2.4

    jeromej

      Hi,

       

      i use :

      PortletBridge : 3.1.0.Final

      Richfaces : 4.2.3.Final

      JSF : 2.1.8

      Exo : 3.5.3 with Gatein 3.2.4

       

      When i use upload button, we stay client side with an url like this : http://localhost:8080/s2e-portlet-demo-composants/faces/rfRes/fileUploadProgress?ln=org.richfaces&rf_fu_uid_alt=0.6986214399496665 answer is 200 OK 8ms

      No action in listener.

       

      I make a other test and i confirm :

      Gatein 3.4 = rich:FileUpload OK

      Gatein 3.2 = richFileUpload KO

       

      What is the problem with Gatein 3.2 and rich:Fileupload ?

      Is there a workaround  in Gatein 3.2.4 a fix in Gatein 3.2.5 ?

      Is there a fix in eXo 3.5.4 or 3.5.5 ?

       

      Link to portlet bridge forum :

      https://community.jboss.org/thread/206736?tstart=0

       

      Jerome

        • 1. Re: Problem rich:fileUpload gatein 3.2.4
          nfilotto

          I've checked on both GatenIn 3.2 and 3.4, it works fine. Your issue seems to come from your code if I replace:

           

          <a4j:ajax event="uploadcomplete" execute="@none" render="info" />
          

           

          with the original code which is

           

          <a4j:ajax event="uploadcomplete" render="info" />
          

           

          Everything works as expected