-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-2.1.0-ga1, liferay-faces-3.0.0-legacy-ga1, liferay-faces-3.0.0-ga1, liferay-faces-3.1.0-ga1
-
Component/s: Liferay Faces Alloy / Showcase / Tests
-
Labels:None
The liferay-faces-alloy project POM runs an XSL transformation using a stylesheet named src/main/resources/META-INF/facelets2tld.xml
The problem is that the resulting TLD file contains tag nodes that have too many attributes. By too many, I mean that each tag node contains a comprehensive set of all possible attributes found in the aui.taglib.xml source file. Instead, each tag should only contain attributes that are explicitly found in the individual source Facelet tag.