Re: [ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-25 Thread Joakim Olsson
Great. Thanks. /Joakim On Fri, Jun 24, 2011 at 3:49 PM, David Canteros wrote: > Now works. Nice component! > Thanks! > > David > > > > > 2011/6/23 Joakim Olsson > >> Hi, >> >> My bad. You need this in the page/layout-class as well: >>    @Property >>    private BreadCrumbInfo breadCrumb; >> >>

Re: [ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-24 Thread David Canteros
Now works. Nice component! Thanks! David 2011/6/23 Joakim Olsson > Hi, > > My bad. You need this in the page/layout-class as well: >@Property >private BreadCrumbInfo breadCrumb; > > I'll update the readme. > > Regards, > Joakim > > > On Thu, Jun 23, 2011 at 4:35 PM, David Canteros >

Re: [ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-23 Thread Joakim Olsson
Hi, My bad. You need this in the page/layout-class as well: @Property private BreadCrumbInfo breadCrumb; I'll update the readme. Regards, Joakim On Thu, Jun 23, 2011 at 4:35 PM, David Canteros wrote: > Hello! > I would like to test your component, I followed the instructions from > ht

Re: [ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-23 Thread David Canteros
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 f

Re: [ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-19 Thread Joakim Olsson
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 wrote: > Always link to your project page! > > Kalle > > > On Sun, Jun 19, 2011 at 10:19 AM, Joakim Olsson wrote: >> Hi, >> >> I just released version 1.4 o

Re: [ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-19 Thread Kalle Korhonen
Always link to your project page! Kalle On Sun, Jun 19, 2011 at 10:19 AM, Joakim Olsson 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

[ANN] Tapestry-breadcrumbs version 1.4 is released

2011-06-19 Thread Joakim Olsson
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:Compo