Hi,

Just wanted to mention that I have released version 1.9 of
tapestry-breadcrumbs and it should be available from Maven Central
within an hour or so.

New in this version:
- Changed from using Referrer-header to actually keep track of all
page requests to the application.
- Possibility to change the title of a crumb from within the page by
adding @SessionState BreadCrumbList breadCrumbList and then in one of
the render-methods do breadCrumbList.getLastCrumb().setTitle("<new
title>") (thanks to Barry Books)
- Fixed concurrency issues during high load (thanks to Nelson Rodrigues)
- Fixed issue with dispatcher not always being called.

See https://github.com/argoyle/tapestry-breadcrumbs for usage instructions.

Regards,
Joakim

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

Reply via email to