Hi,
The approach in general is either use HTML5 history (works for html5
compatible browsers only), or use the hash change mechanism.

As far as I know there is no out of the box integration with tapestry5, but
there are various js scripts like the
history.js<http://plugins.jquery.com/project/history-js>jquery plugin
(supports html5 history and fallback for html4 with the hash
change mechanism), that you can try and share your experience with
community.

Cheers,
Dragan Sahpaski



On Sun, Jul 24, 2011 at 1:24 PM, stephanos2k
<stephan.beh...@googlemail.com>wrote:

> I have a web page similar to GMail: one list of items, sub-folders (like
> Spam/Inbox) and separate items to 'go in to'. Everything works via AJAX,
> but
> now I want to have bookmarkable URLs.
>
> Any recommendations on how to achieve this with Tapestry?
>
> Cheers
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Ajax-Navigation-tp4627764p4627764.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to