| Author |
inserting line break in <h:outputText> value
|
Khushwinder Chahal
Ranch Hand
Joined: Oct 03, 2007
Posts: 128
|
|
Hi All,
I want to insert the line break in
I did not find any solution.
If anybody has any idea please suggest me.
Thanks,
Khushwinder.
|
Khushwinder
|
 |
Shasi Mitra
Ranch Hand
Joined: Nov 27, 2008
Posts: 101
|
|
<h utputText value="Long String lines , <br>i want to insert line break here" escape="false"/>
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14460
|
|
Raw HTML is an ugly thing. JSF is more oriented towards JSF tags and CSS layouts. A more proper (but more verbose) way of doing that is something like this:
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: inserting line break in <h:outputText> value
|
|
|