(Quick Reference)

p:smartLink

Purpose

This tag renders a link using i18n conventions for the link text.

Example

<%-- Link to default action of BooksController --%>
<ui:link controller="books"/>

<%-- Link to list action of current controller --%> <ui:link action="list"/>

These will use i18n messages located by convention of the form: action.controllerName.actionName

Attributes

All attributes are passed through to p:link