|
Size: 292
Comment: tags inside source block
|
← Revision 4 as of 2009-09-20 23:01:07 ⇥
Size: 292
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| ["Category:JSFTags"] | [[Category:JSFTags]] |
This is used for error reporting when doing validation on a component, example:
<h:inputText id="username" value="#{managedBean.username}" required="true" />
<h:message style="color:red" for="username" />
<h:commandButton action="login" value="Login" />