Generated Facelets taglib.xml files don't validate against schema
-----------------------------------------------------------------
Key: TRINIDAD-1724
URL: https://issues.apache.org/jira/browse/TRINIDAD-1724
Project: MyFaces Trinidad
Issue Type: Bug
Components: Plugins
Affects Versions: 2.0.2-plugins
Reporter: Catalin Kormos
At least the tr.taglib.xml I just checked and it contains a lot of
<<method-signature> elements, for example:
<attribute>
<description>
an EL binding to the method that will deliver the file contents. The
method must take two parameters, a FacesContext and an OutputStream.
</description>
<name>method</name>
<required>true</required>
<method-signature>void myMethod(javax.faces.context.FacesContext,
java.io.OutputStream)</method-signature>
</attribute>
Checking the schema <method-signature> is not allowed in <attribute>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.