-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
8.0 Update 5.1
-
False
-
None
-
False
-
-
-
-
-
-
-
Customers are hitting Mojarra issue #5460
The change implemented in jakarta.faces-4.0.7.jar broke reading the default attribute value in composite components with default value in xhtml template. Reading UIComponentBase.getAttributes().get("attribute") returns null if the attribute is not redefined at the xhtml page with componente usage (always need to redefine, ignores the default value defined in custom componente template).