1 Reply Latest reply on Mar 25, 2008 11:48 PM by jpviragine.jpviragine.gmail.com

    Debug JSF component tree

      I am using faclets and I have tried this:


      <ui:debug hotkey="P" rendered="true"/>



      which will popup a faclets debug page when I press CTRL-ALT-P in the browser.
      In this page I can view the scoped variables, but when I click the Component Tree I only get a javascript error:


      faceletstoggle is not defined
      onclick(click clientX=0, clientY=0)




      1. is it possible at all to see the JSF component tree, when the page has been fully rendered?

      2. or is this maybe a facelets bug?

      3. or is there a better way to do this (some seam magic)?