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
This can be accomplished by two steps
1)Apply style as table-layout:fixed to the panelGrid
E.g:
2) Then apply style of word-wrap break-word to the as below.
Hope this helps.