ui

Tag debug

Attributes 
NameRequiredTypeDescription
hotkeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

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.

renderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

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.