Face debug mode does not work

I have this entry in web.xml

<context-param>
        <param-name>facelets.DEVELOPMENT</param-name>
        <param-value>true</param-value>
</context-param>

I tried Ctrl + Shift + D to open debug mode, but it didn’t work, and bookmarks for my browser open.

So put off page level debugging.

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

Debugging results now open in another window, but do not load information about the component tree (cloud variables are displayed).

+5
source share
1 answer

facelets version - 1.1.14

, ​​ 1.1.15 issue 292. , ( HTML- rightclick View Source), - JS expand.

Facelets 1.1.15. Facelets 1.x. .

+1

All Articles