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;
>>
>>
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
>
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
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
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
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
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