I'm using :
Trinidad 1.0.0-incubating
Facelets 1.1.6
MyFaces 1.1.5
1)When using facelets with the tr:componentRef, the following tag
exception occurs:
com.sun.facelets.tag.TagException: /templates/page1.xhtml @30,103
<tr:componentRef> Tag Library supports namespace:
http://myfaces.apache.org/trinidad, but no tag was defined for name:
componentRef
It seems that the tr.tag.xml from trinidad does not include the
componentDef and componentRef tags description. Is it normal ?
2)In the Trinidad tag documenation <tr:region> and <tr:regionDef> are
discribed instead of< tr:componentRef> and <tr:componentDef>.
The tag documentation has to be updated.