Hello!
I would like to test your component, I followed the instructions from
https://github.com/argoyle/tapestry-breadcrumbs but i get an exception:

*Exception assembling root component of page Index: Could not convert
'breadCrumb' into a component parameter binding: Exception generating
conduit for expression 'breadCrumb': Class org.example.pages.Index does not
contain a property (or public field) named 'breadCrumb'.*

Index.class is the page class where I want to place the trail. Is there
anything else besides the @BreadCrums annotation that i have to add to the
page class? I'm using tapestry 5.2.5.

Thanks for you help!
David




2011/6/19 Joakim Olsson <joa...@unbound.se>

> Gaah...Of course. It's on GitHub:
> https://github.com/argoyle/tapestry-breadcrumbs
>
> /Joakim
>
>
> On Sun, Jun 19, 2011 at 8:16 PM, Kalle Korhonen
> <kalle.o.korho...@gmail.com> wrote:
> > Always link to your project page!
> >
> > Kalle
> >
> >
> > On Sun, Jun 19, 2011 at 10:19 AM, Joakim Olsson <joa...@unbound.se>
> wrote:
> >> Hi,
> >>
> >> I just released version 1.4 of tapestry-breadcrumbs.
> >>
> >> The only change is regarding how the dispatcher is added to the master
> >> dispatcher. Previously I added it with before:PageRender but that made
> >> it pick up assets and component events as well as page renders so I
> >> have changed it to after:ComponentEvent,before:PageRender.
> >>
> >> Regards,
> >> Joakim
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to