[ https://issues.apache.org/jira/browse/ADFFACES-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthias Weßendorf updated ADFFACES-358: ---------------------------------------- Fix Version/s: 1.0.1-incubating-plugins-SNAPSHOT Affects Version/s: 1.0.1-incubating-plugins-SNAPSHOT > 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 > Affects Versions: 1.0.1-incubating-plugins-SNAPSHOT > Environment: Windows XP > Reporter: K SRINATH REDDY > Assigned To: Adam Winer > Fix For: 1.0.1-incubating-plugins-SNAPSHOT > > 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.