componentRef + componentDef are currently only
available in JSP.
Facelets, however, has built-in templating tags that
I'd recommend instead, as they'll give you everything
that those tags would have.
-- Adam
On 5/3/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
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.