If I have a JSF page that I want to link to where I don't need to communicate anything to that page and don't need to perform any validation on the page I'm linking from, should I always use an h:link?
Do I lose anything by not using a h:commandLink (with immediate="true" or execute="@this")?
Is there any difference between h:link and h:commandLink in this scenario?