Use Example for a button:
<h:commandButton
- id="submit" value="#{msg.buttonName}"
action="#{managedBean.action}" />
Use Example for a link:
<h:commandLink id="link" action="#{managedBean.action}" value="#{msg.linkName}"/>
<h:commandButton
action="#{managedBean.action}" />
<h:commandLink id="link" action="#{managedBean.action}" value="#{msg.linkName}"/>
UICommand (last edited 2009-09-20 23:01:45 by localhost)