Description
This is a small enhancement to the solution done in MYFACES-2624
That one forces to compare every tag with <body>. I think it is better just do it once when the facelet is built. That means move the comparison:
if (HTML.BODY_ELEM.equalsIgnoreCase(.....
to TextUnit. In that way, the comparison is only done once per page, not one per each tag in each page.
Attachments
Issue Links
- is related to
-
MYFACES-2624 Automatically add h:messages if ProjectStage is Development
- Closed