|
Size: 279
Comment:
|
← Revision 4 as of 2009-09-20 23:01:45 ⇥
Size: 279
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| ["Category:JSFTags"] | [[Category:JSFTags]] |
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}"/>