Improvement to plugins to generate generic metadata in faces-config for the
custom component attributes
-------------------------------------------------------------------------------------------------------
Key: ADFFACES-358
URL: https://issues.apache.org/jira/browse/ADFFACES-358
Project: MyFaces ADF-Faces
Issue Type: Improvement
Components: Build
Environment: Windows XP
Reporter: K SRINATH REDDY
I need a way to add the custom atribute metadata in the faces-config.xml to my
custom component which is generated using maven plugins.
for example,
If I want to add something like
<property-extension>
<property-metadata>
<xyz:myAttr>myAttrValue</xyz:myAttr>
</property-metadata>
</property-extension>
Given the following metadata in component metadata xml file
<property-extension>
<xyz:myAttr>myAttrValue</xyz:myAttr>
</property-extension>
I will be providing a patch which doesn't affect the current implementation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira