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

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Joakim Olsson
Yeah, just pushed the change but I think I'll wait a little while before I release a new version in case other issues are raised. :-) /Joakim On Mon, Apr 25, 2011 at 7:53 PM, Massimo Lusetti wrote: > On Mon, Apr 25, 2011 at 12:37 PM, Joakim Olsson wrote: > >> Ok. Version 1.2 of tapestry-breadc

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Massimo Lusetti
On Mon, Apr 25, 2011 at 12:37 PM, Joakim Olsson wrote: > Ok. Version 1.2 of tapestry-breadcrumbs released with a manifest with > the Tapestry-Module-Classes specified. A @SubModule is no longer > needed in your apps module-class. I see 'someone' firing an issue again about "explicit configuratio

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Joakim Olsson
Ok. Version 1.2 of tapestry-breadcrumbs released with a manifest with the Tapestry-Module-Classes specified. A @SubModule is no longer needed in your apps module-class. it was as simple as creating the manifest-file and then telling maven-jar-plugin to use that file as it's base manifest. Time to

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Joakim Olsson
No problem. I'll try to come up with a solution anyway. I now it itched a bit when I had the problem the first time but not enough to solve it then. :-) /Joakim On Mon, Apr 25, 2011 at 11:11 AM, Massimo Lusetti wrote: > On Mon, Apr 25, 2011 at 10:52 AM, Joakim Olsson wrote: > >> I'll try to co

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Massimo Lusetti
On Mon, Apr 25, 2011 at 10:52 AM, Joakim Olsson wrote: > I'll try to come up with a solution that works for both cases. BTW mine was not a remark... just a question. Cheers -- Massimo http://meridio.blogspot.com - To unsubscr

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Joakim Olsson
Hi Massimo, Thank you. It's only a small change to the POM so of course I can make that change. I think I had some problem with it in another project when running from inside Eclipse though. It might have been the fact that maven-jar-plugin is not involved at all inside Eclipse and then there is

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Massimo Lusetti
On Sun, Apr 24, 2011 at 9:20 PM, Joakim Olsson wrote: > It's not much but I hope it can be of use. OH it's nice... thanks. Just one question: Why do you choose to not declare your Module class in the manifest file? Cheers -- Massimo http://meridio.blogspot.com

[ANN] tapestry-breadcrumbs

2011-04-24 Thread Joakim Olsson
Hi, Just wanted to mention that I just released my little bread crumb trail library tapestry-breadcrumbs over at Github (https://github.com/argoyle/tapestry-breadcrumbs). It should be available at Maven Central soonish I hope. It's not much but I hope it can be of use. Regards, Joakim