| Author |
Displaying conents from RichEditor to JSF Form
|
shree lk
Greenhorn
Joined: Mar 16, 2011
Posts: 14
|
|
Hi all
I am working with JSF. I have used RichFaces's 'RichEditor'. I am storing contents from this editor into a bean and displaying into a JSF form. But it shows HTML tags on the JSF form. For that I have used JSoup HTML Parser. But it completely converts the written content of the rich editor to simple text, removing all formatting like bold, buttons used, newline, etc. I need to display as it is in the jSF form as the editor.
Please Help
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
|
If what you mean is that you're attempting to display formatted text using something like an <h:outputText> control, you need to disable the HTML escape mechanism. It's an attribute on the outputText tag.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Displaying conents from RichEditor to JSF Form
|
|
|