SAXParserException: Element type "favorite-property" must be declared
---------------------------------------------------------------------
Key: TRINIDAD-1542
URL: https://issues.apache.org/jira/browse/TRINIDAD-1542
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.0.10-core
Reporter: Matthias Weßendorf
Priority: Blocker
Trinidad 1.0.x current stuff does not work at all. totally broken.
running the demo (e.g. on jetty or tomcat) gives this exception:
SAXParserException: Element type "favorite-property" must be declared
reason is the that generated faces-config.xml file contains stuff like:
<component-extension>
<component-family>org.apache.myfaces.trinidad.Output</component-family>
<renderer-type>org.apache.myfaces.trinidad.Text</renderer-type>
<component-metadata>
<favorite-property>value</favorite-property>
</component-metadata>
</component-extension>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.