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
davidcanteros@gmail.com wrote:
 Now works. Nice component!
 Thanks!

 David




 2011/6/23 Joakim Olsson joa...@unbound.se

 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
 davidcanteros@gmail.com wrote:
  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
 
 
 

 -
 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



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 joa...@unbound.se

 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
 davidcanteros@gmail.com wrote:
  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
 
 
 

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




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




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
davidcanteros@gmail.com wrote:
 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




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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



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



Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Massimo Lusetti
On Sun, Apr 24, 2011 at 9:20 PM, Joakim Olsson joa...@unbound.se 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

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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 no manifest.

I'll try to come up with a solution that works for both cases.

/Joakim


On Mon, Apr 25, 2011 at 9:53 AM, Massimo Lusetti mluse...@gmail.com wrote:
 On Sun, Apr 24, 2011 at 9:20 PM, Joakim Olsson joa...@unbound.se 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

 -
 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



Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Massimo Lusetti
On Mon, Apr 25, 2011 at 10:52 AM, Joakim Olsson joa...@unbound.se 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 unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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 mluse...@gmail.com wrote:
 On Mon, Apr 25, 2011 at 10:52 AM, Joakim Olsson joa...@unbound.se 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 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



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
update some of my other modules I think. :-)

/Joakim


On Mon, Apr 25, 2011 at 11:31 AM, Joakim Olsson joa...@unbound.se wrote:
 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 mluse...@gmail.com wrote:
 On Mon, Apr 25, 2011 at 10:52 AM, Joakim Olsson joa...@unbound.se 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 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



Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Massimo Lusetti
On Mon, Apr 25, 2011 at 12:37 PM, Joakim Olsson joa...@unbound.se 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 configuration... :-)

-- 
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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 mluse...@gmail.com wrote:
 On Mon, Apr 25, 2011 at 12:37 PM, Joakim Olsson joa...@unbound.se 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 configuration... :-)

 --
 Massimo
 http://meridio.blogspot.com

 -
 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