1 Reply Latest reply on Jul 21, 2011 10:18 AM by javacorner

    <rich:fileUpload> listener doesn't invoked

    javacorner

      Hello,

      I'm using rich 4 and I put the required context params in web.xml.

      - <context-param>

        <param-name>org.richfaces.fileUpload.maxRequestSize</param-name>

        <param-value>100000</param-value>

        </context-param>

      - <context-param>

        <param-name>org.richfaces.fileUpload.createTempFiles</param-name>

        <param-value>false</param-value>

        </context-param>

       

      I'm putting the <rich:fileUpload> inside <h:form> . Actually, my code is similar to the example of richfaces-showcase.

       

       

      The <rich:fileUpload> is showing in the screen and I can select the file but after that the progress bar still waiting and the listener not invoked . I'm uploading very small txt file with size 4 KB.

       

      Kindly view the attached files

      For you help.