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
>

Reply via email to