Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.14, 2.3-next-M5, 3.0.0, 2.3.8
-
None
-
None
Description
e.g.
f:facet name="
" seems valid from spec perspective
but in MyFaces this name is reused in the UIPanel facet instance and therefore we throw a expcetion later, if it contains
{ or }Mojarra doesnt set a ID to the facet, therefore it doenst occur
currently . is replaced with _
i will enhance this to replace {}
in general a regex would be better here but also slower