PageLink

This component is very similar to tapestry's builtin pagelink component. However this one ties perfectly with the t5navigation services.
There are two typical usecases for the component.

You can use it to start a new navigation chain. This is the behaviour when the title parameter is not bound.


<t:t5nav.pagelink page="PageA">
New navigation, to page A
</t:t5nav.pagelink>

Alternatively, you can also jump to the next page in a chain. The return link will be filled in, and the given title can be used by a breadcrumbs component to display the link.


<t:t5nav.pagelink page="PageB" title="literal:page A">
Continue navigation, to page B
</t:t5nav.pagelink>

If needed, a context parameter can also be applied and this will be included in the link.

  • 1. PageLink