[ https://issues.apache.org/jira/browse/ADFFACES-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adam Winer updated ADFFACES-358: -------------------------------- Resolution: Fixed Assignee: Adam Winer Status: Resolved (was: Patch Available) Fixed on trunk (SVN rev 499146). The patch generated a lot of unexpected diffs, so it took a while to go through those. But happily, these diffs were entirely useful improvements. In particular, facet-metadata now includes a lot of elements that were incorrectly getting stripped before. > 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 > Assigned To: Adam Winer > Attachments: trunk.patch > > > 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. - You can reply to this email to add a comment to the issue online.