UI-Component Sets
Project Documentation

Summary

Tag name: <ui:debug>
UIComponent class: org.apache.myfaces.view.facelets.tag.ui.UIDebug
Component type: facelets.ui.Debug
Component family: facelets

The debug tag will capture the component tree and variables when it is encoded, storing the data for retrieval later. You may launch the debug window at any time from your browser by pressing 'CTRL' + 'SHIFT' + 'D' (by default). The debug tag doesn't need to be used with the facelet.DEVELOPMENT parameter. The best place to put this tag is in your site's main template where it can be enabled/disabled across your whole application. If your application uses multiple windows, you might want to assign different hot keys to each one.

Attributes

Name Type Supports EL? Description
hotkey String Yes The hot key to use in combination with 'CTRL' + 'SHIFT' to launch the debug window. By default, when the debug tag is used, you may launch the debug window with 'CTRL' + 'SHIFT' + 'D'. This value cannot be an EL expression.
rendered boolean Yes A boolean value that indicates whether this component should be rendered. Default value: true.