Any idea about this error?

javax.faces.view.facelets.TagException: /pages/demoStart.xhtml @10,23
<tr:messages> Tag Library supports namespace:
http://myfaces.apache.org/trinidad, but no tag was defined for name:
messages

It's not just the tr:messages, it's about any trinidad tag...the
taglib file is packaged in trinidad-impl and seems fine to me, but it
is not recognized at all...i'm using the RI impl.

thanks,

Catalin


On Fri, Feb 12, 2010 at 5:59 PM, Matthias Wessendorf <mat...@apache.org>wrote:

> same here
>
> On Fri, Feb 12, 2010 at 4:21 PM, Marius Petoi <marius.pe...@codebeat.ro>
> wrote:
> > I'm talking about the 2.0 version of Trinidad...
> >
> > On Fri, Feb 12, 2010 at 4:30 PM, Matthias Wessendorf <mat...@apache.org>
> > wrote:
> >>
> >> the trinidad-demo works
> >> => cd to_the_dir;
> >> mvn jetty:run -PjettyConfig
> >>
> >>
> >>
> >> On Fri, Feb 12, 2010 at 3:27 PM, Marius Petoi <marius.pe...@codebeat.ro
> >
> >> wrote:
> >> > Hello,
> >> >
> >> > I am trying to run the new demo with Trinidad 2.0. Unfortunately,
> >> > nothing
> >> > gets rendered. In web.xml, I use the following configuration for
> >> > facelets:
> >> >
> >> > <!-- Facelets configuration, comment to use JSP -->
> >> >
> >> >   <context-param>
> >> >     <param-name>javax.faces.FACELETS_VIEW_MAPPINGS</param-name>
> >> >     <param-value>*.xhtml</param-value>
> >> >     <!-- to run facelets for jspx files comment the line above and
> >> > uncomment
> >> > line below-->
> >> >     <!--param-value>*.xhtml;*.jspx</param-value-->
> >> >
> >> >   </context-param>
> >> >
> >> >   <context-param>
> >> >     <param-name>javax.faces.FACELETS_SKIP_COMMENTS</param-name>
> >> >     <param-value>true</param-value>
> >> >   </context-param>
> >> >
> >> >   <context-param>
> >> >     <param-name>javax.faces.FACELETS_LIBRARIES</param-name>
> >> >     <param-value>/WEB-INF/tr-demo.taglib.xml</param-value>
> >> >   </context-param>
> >> >
> >> > Do you have any idea what other properties I should set? The
> >> > TrinidadFilter
> >> > gets entered, but no component is rendered. Do you, perhaps, have any
> >> > example using facelets with Trinidad 2.0?
> >> >
> >> > Thank you!
> >> > Marius
> >> >
> >> > On Fri, Feb 12, 2010 at 11:26 AM, Matthias Wessendorf
> >> > <mat...@apache.org>
> >> > wrote:
> >> >>
> >> >> kick ass! great!
> >> >>
> >> >> On Fri, Feb 12, 2010 at 10:20 AM, Catalin Kormos
> >> >> <catalin.kor...@gmail.com> wrote:
> >> >> > Ok, let's wait a little bit :), we are working on fixing the
> >> >> > component
> >> >> > showcase on the 2.0.x also.
> >> >> >
> >> >> > On 2/12/10, Matthias Wessendorf <mat...@apache.org> wrote:
> >> >> >> or... we wait a bit.
> >> >> >>
> >> >> >> On the 2.0.x branch, I currently disabled the demo (as a fyi)
> >> >> >> But Skin I merged over! :)
> >> >> >>
> >> >> >> -Matthias
> >> >> >>
> >> >> >> On Fri, Feb 12, 2010 at 9:48 AM, Catalin Kormos
> >> >> >> <catalin.kor...@gmail.com> wrote:
> >> >> >>> Hi Matthias,
> >> >> >>>
> >> >> >>> The skin is stable enough, there are no big issues with, but we
> are
> >> >> >>> currently working on improving the skinning for some of the
> >> >> >>> components. I guess this shouldn't stop a release of Trinidad
> IMHO.
> >> >> >>>
> >> >> >>> regards,
> >> >> >>> Catalin
> >> >> >>>
> >> >> >>> On 2/12/10, Matthias Wessendorf <mat...@apache.org> wrote:
> >> >> >>>> Hey Catalin,
> >> >> >>>>
> >> >> >>>> what is your take on the new skin? Is it stable enough for a
> >> >> >>>> 1.2.14
> >> >> >>>> release?
> >> >> >>>> I'd not mind to generate stuff for it over the weekend.
> >> >> >>>>
> >> >> >>>> -Matthias
> >> >> >>>>
> >> >> >>>> --
> >> >> >>>> Matthias Wessendorf
> >> >> >>>>
> >> >> >>>> blog: http://matthiaswessendorf.wordpress.com/
> >> >> >>>> sessions: http://www.slideshare.net/mwessendorf
> >> >> >>>> twitter: http://twitter.com/mwessendorf
> >> >> >>>>
> >> >> >>>
> >> >> >>>
> >> >> >>> --
> >> >> >>> ------------
> >> >> >>> Codebeat
> >> >> >>> www.codebeat.ro
> >> >> >>>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> Matthias Wessendorf
> >> >> >>
> >> >> >> blog: http://matthiaswessendorf.wordpress.com/
> >> >> >> sessions: http://www.slideshare.net/mwessendorf
> >> >> >> twitter: http://twitter.com/mwessendorf
> >> >> >>
> >> >> >
> >> >> >
> >> >> > --
> >> >> > ------------
> >> >> > Codebeat
> >> >> > www.codebeat.ro
> >> >> >
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Matthias Wessendorf
> >> >>
> >> >> blog: http://matthiaswessendorf.wordpress.com/
> >> >> sessions: http://www.slideshare.net/mwessendorf
> >> >> twitter: http://twitter.com/mwessendorf
> >> >
> >> >
> >>
> >>
> >>
> >> --
> >> Matthias Wessendorf
> >>
> >> blog: http://matthiaswessendorf.wordpress.com/
> >> sessions: http://www.slideshare.net/mwessendorf
> >> twitter: http://twitter.com/mwessendorf
> >
> >
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>



-- 
------------
Codebeat
www.codebeat.ro

Reply via email to