>From the jsr-314-comments inbox...<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Leonardo Uribe</b> <span dir="ltr">&lt;<a href="mailto:lu4242@gmail.com">lu4242@gmail.com</a>&gt;</span><br>
Date: Wed, Aug 26, 2009 at 1:29 AM<br>Subject: Error on web-facelettaglibrary_2_0.xsd<br>To: <a href="mailto:jsr-314-comments@jcp.org">jsr-314-comments@jcp.org</a><br><br><br>Hi<br><br>Checking the appendix A of the spec, the description of the file web-facelettaglibrary_2_0.xsd has a small bug.<br>
<br>The attribute composite-library-name used in this context:<br><br>    //&lt;facelet-taglib&gt;<br>
    //  &lt;namespace&gt;<a href="http://some.domain.com/path" target="_blank">http://some.domain.com/path</a>&lt;/namespace&gt; <br>    //  &lt;composite-library-name&gt;compositeLibName&lt;/composite-library-name&gt; <br>
    //&lt;/facelet-taglib&gt; <br>
<br>says this<br><br>&lt;xsd:element minOccurs=&quot;0&quot; maxOccurs=&quot;1&quot;<br>name=&quot;composite-library-name&quot;<br>type=&quot;javaee:fully-qualified-classType&quot;/&gt;<br><br>but it should be this:<br><br>

&lt;xsd:element minOccurs=&quot;0&quot; maxOccurs=&quot;1&quot;<br>
name=&quot;composite-library-name&quot;<br>
type=&quot;javaee:string&quot;/&gt;<br>
<br>I also would like to know if composite:clientBehavior exists or not (the plddocs does not mention it, but if is not what is the purpose of BehaviorAttachedObjectHandler?)<br><br>Also, the documentation of ui:remove has a attribute with no name, and ui:param has a attribute duplicated, but I think it is a different one.<br>

<br>Also, the documentation of javax.faces.CompositeFacet has an error in its description. First it says encodeBegin() should not be implemented, but then describe how it should be. I think it describes encodeChildren() instead.<br>

<br>I&#39;ll appreciate a lot all responses to my comments.<br><br>regards<br><font color="#888888"><br>Leonardo Uribe<br>
</font></div>