1 Reply Latest reply on Feb 5, 2010 9:12 AM by jbalunas

    Problem in Firefox: FileUpload @Begin

      Hi all,

       

      Is anyone experienced this problem?

      I'm developing a page with inline editing on a dataTable. When a user clicks on a record in the dataTable, it calls @Begin method and user is allowed to modify the detail of the record. Eventually, user may click a save button to trigger the @End method to finish the conversation and persist into DB.

       

      However, I found that when the @Begin called, Rich:FileUpload is not functioning in Firefox (but works FINE in IE and Safari). It seems the component couldn't call the listener in fileUpload (But it works without @Begin). Thus, I tried to use <begin-conversation> at page.xhtml, it works fine. However, this is not our inline editing design .

       

      Anyone help?

       

      Regards,

      Stephen Chan