File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes Facelets and escape in h:outputText Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Facelets and escape in h:outputText" Watch "Facelets and escape in h:outputText" New topic
Author

Facelets and escape in h:outputText

nimo frey
Ranch Hand

Joined: Jun 28, 2008
Posts: 580
I use Facelets and I cannot use something like this:




this is not the same:




How can I use escape hutputText with facelets?
Rainer Eschen
author
Ranch Hand

Joined: Jan 24, 2009
Posts: 75
What result do you want to create finally?


ICEfaces book . ICEcube . ICEfusion . Scrum
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14572
    
    7

Facelets neither knows nor cares about the outputText tag or HTML escaping. But that should have been "value=", and not simply value"xxxxx".

Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Facelets and escape in h:outputText
 
Similar Threads
Multiple Actions issue in JSF
escape attribute in h:outputText component
JSF Expression Language and HTML
issue with h:outputText
Problems with Spring Security and JSF2