1 Reply Latest reply on Sep 25, 2009 4:00 PM by tino4

    Using a4j:commandButton and s:fileUpload together

    harsh820

      Hi,


      I am using a4j:commandButton and s:fileUpload tag together. But as mentioned in other threads, it is not possible to upload files using a:commandButton.


      The reason I am using a:commandButton is becasue I want use eventsQueue feature (which h:commandButton doesn't have) and ensure sequence of events.


      s:fileUpload works with only h:commandButton.


      Is there any way to use these two tags together (a:commandButton and s:fileUpload)?