3 Replies Latest reply on Jan 8, 2008 9:12 AM by ssilvert

    Reg:Trinidad components

    pa1_9

      Can we test trinidad components using JSFUnit

        • 1. Re: Reg:Trinidad components
          ssilvert

          We don't have any Trinidad-specific support yet.

          Here is a more complete answer about JSFUnit and Ajax components:
          http://wiki.jboss.org/wiki/AjaxWithJSFUnit

          Regards,

          Stan

          • 2. Re: Reg:Trinidad components
            pa1_9

            u mean to say that JSFUnit will support only JBoss complaint components like richfaces,Seam.....etc...it doesn't support other companents like Trinidad..etc...can u be specific on this..

            • 3. Re: Reg:Trinidad components
              ssilvert

              Our intent is to support every major component library and JSF framework out there. So Trinidad and Tomahawk are high on the list.

              I'm trying to come up with better ways to support these different libraries. Right now it is very labor intensive because each component library (and even components within a library) has a different way to deal with AJAX submits.

              One idea is to change JSFClientSession to use HtmlUnit instead of HttpUnit. HtmlUnit seems to have better javascript support, which might allow us to call javascript directly instead of rewriting javascript libraries in java. If that works out, the problem is solved and JSFUnit would suddenly work with the vast majority of JSF/Ajax components. But more research is needed.

              Worst case, we will stay with the current HttpUnit-based client and work with the Trinidad community to make sure that Trinidad and JSFUnit work well together.

              Stan