The UI Debug tag allows you to display helpful information about the JSF
component tree and scoped variables in your browser when you test your JSF
pages. The hotkey attribute specifies a key combination (CTRL + SHIFT + D is the
default value) to display the popup window containing the information. The UI
Debug tag can be enabled or disabled by setting the rendered attribute.
This example was formatted by JSFToolbox for Dreamweaver.
Rendered Output
Tag Attributes
hotkey
Text
Defines a single character, that, pressed in conjunction with CTRL and SHIFT, will display the JSF debug window. By default, the hotkey is 'd'.
The value for the hotkey attribute cannot be an EL expression.
rendered
Text
Controls whether the debug component is rendered. Valid values for this attribute are either the strings "true" or "false" or an EL expression that evaluates to either "true" or "false".
If this attribute's value is "false" or the value is an EL expression that evaluates to "false", the debug component is not rendered in the page, the hotkey attribute is disregarded, and users cannot open the debugging information window with a hotkey.