In my jsf webapplication i\'m using a messages.properties to output some text. This text could have html line breaks so format the outputtext.
That all works fine, i
It should be possible to just escape the user supplied parameter using the standard jstl functions in the http://java.sun.com/jsp/jstl/functions namespace:
http://java.sun.com/jsp/jstl/functions