By following one of the links, the site waits five seconds.
After that, you will be redirected to another page.
<tc:link label="link with transition ON"
action="#{transitionController.sleep5sAndRedirect}"/>
<tc:link label="link with transition OFF" transition="false"
action="#{transitionController.sleep5sAndRedirect}"/> (default)