Help

Controls

Switch Workspace

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Comparing current revision with historical revision 0.
Document History: How do I concat strings in Facelets templates?
Current revision:
1
Parent:
JSF and Facelets
Created On:
09. Apr 2008, 14:18 (christian)
Last Modified On:
16. Sep 2011, 15:00 (sbryzak)
Historical revisions:
0 09. Apr 2008, 14:19 (sbryzak) ShowDiff

From lines 0 to 5 changed to lines 0 to 4:
The JBoss extension to the expression language allows you to call arbitrary methods, e.g.:

`<h:outputText value="#{aStringVariable.concat(anotherString).concat(oneMoreString)}"/>`

For more advanced String operations (not available on the |java.lang.String| class), see [=>wiki://8801]

The JBoss extension to the expression language allows you to call arbitrary methods, e.g.:

`<h:outputText value="#{aStringVariable.concat(anotherString).concat(oneMoreString)}"/>`

For more advanced String operations (not available on the |java.lang.String| class), see [=>wiki://8801]