I hope I&#39;m following the new convention for posts--if not, anyone is free to yell at me. Anyway, this came up at JSF Summit:<br><br>Right now, page authors do something like this...<br><br> xmlns:util=&quot;<a href="http://java.sun.com/jsf/composite/components/util">http://java.sun.com/jsf/composite/components/util</a>&quot;<br>
<br>...to access composite components in resources/components/util. I&#39;d like to propose that we allow page authors to simply do this instead:<br><br>xmlns:util=&quot;components/util&quot;<br><br>It&#39;s much simpler, and is almost exactly what page authors do in Flex. In many other respects, btw, implementing components in Flex is very similar to what we now do in JSF 2.0.<br>
<br><br>david<br>
<br><br>