3 Replies Latest reply on Apr 11, 2007 1:33 PM by zenshai

    richfaces and dojo

    rooky

      I am working on an application that uses ajax4jsf + richfaces, but there is a Dojo editable table component that I want to use. Since I am new to ajax, I am not sure if this is possible or recommended. Any ideas?
      Thanks

        • 1. Re: richfaces and dojo

          You say you are new to ajax. How about JSF. Are you familiar with it?

          • 2. Re: richfaces and dojo
            rooky

            I am new to jsf also, but I am familiar with the JSF lifecycle.

            • 3. Re: richfaces and dojo
              zenshai

              rooky, i've tried doing that, a4j, richfaces, and dojo. It's just too much hassle, getting the table's data back to your beans, and keeping track of the UI. Also the dojo table will not reRender with a4j (at least with JSF1.1), and you will have to reinitialize widgets via JS. My advice is, use the datatable that comes with richfaces, with a little work it can have the same functionality as the dojo widgets, and you wont have to do any hacking to get things working with each other.