JSF tag to declare a GET action.
The <f:viewAction>
is a JSF UI component which allows the developer to declare a GET action. They follow the same lifecycle as regular UICommand
components (<h:commandXxx>
tags), complete with support for action listeners and navigation case outcomes.