|
Size: 631
Comment:
|
← Revision 3 as of 2009-09-20 23:00:42 ⇥
Size: 631
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 31: | Line 31: |
| ["Category:JSFTags"] | [[Category:JSFTags]] |
Some text
<h:outputText
value="#{Message.someText}" />
A label
<h:outputLabel for="address">
<h:outputText id="addressLabel"
value="#{Message.labelText}" />
</h:outputLabel>
An external link
Note: see commandlink in UICommand for JSF action links
<h:outputLink
value="#{Message.jsfstudiourl}"> <f:verbatim>JSF Studio</f:verbatim>
</h:outputLink>
A message with parameters
<h:outputFormat
value="#{Message.jsfstudioThankYou}">
<f:param value="Joe Blow"/> <f:param id="productName"
value="#{Message.productName}"/>
</h:outputFormat>