There is a tag <tr:goButton>
in trinidad for which description is as below:
The
goButton
creates a push button that navigates directly to another location instead of delivering an action. It can be used in place of commandButton where a server-side action is not needed.
Do we've similar one in JSF 2.0 Mojarra? If not, how can we implement this?