Is there a way to tell h:outputText of JSF (2.0) to insert a line break (or even better: A custom string like \"-\") into very long words within strings? My pro
h:outputText
you can use h:inputTextarea rather than h:outputText , don't remember set readonly attribute true and remove border like this: