Section 3.6.1.3 of the spec says:

  "...Any valid Facelet markup is valid for use inside of a composite component, including the templating features specified in..."

But if I do this...

<composite:implementation>
  <composition template="/templates/masterLayout.xhtml">
    ...
  </composition>
</composite:implementation>

...I get a NPE, (mojarra 4/27/09 nightly build). I can use the composition directly without any problems.



david