Tag inherited from tag class in component hierarchy does not inherit properties
[myfaces builder plugin]
--------------------------------------------------------------------------------------------------------
Key: MYFACES-2158
URL: https://issues.apache.org/jira/browse/MYFACES-2158
Project: MyFaces Core
Issue Type: Bug
Components: build process
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
Trinidad has a tag called tr:componentRef.
Its implementation:
org.apache.myfaces.trinidadinternal.taglib.ComponentRefTag
inherits from:
org.apache.myfaces.trinidadinternal.taglib.UIXComponentRefTag
which it is tied to UIXComponentRef
In tomahawk, the strategy is create an abstract tag class that can be include
before the generated tag class. But this case could be also valid. The solution
is when the tree is flattened, inspect tags and if some tag inherit from a
component tag class, convert component properties to attributes and inject on
tag meta.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.