You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Fr...@alcatel-lucent.fr on 2007/05/03 13:59:18 UTC

[Trinidad] with facelets not working: missing tag in tr.tag.xml ?

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.



Re: [Trinidad] with facelets not working: missing tag in tr.tag.xml ?

Posted by Adam Winer <aw...@gmail.com>.
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, Frederic.Visticot@alcatel-lucent.fr
<Fr...@alcatel-lucent.fr> 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.
>
>
>