Like the title says, I am using PrimeFaces, and I have an h:outputText within a p:PanelGrid. Whenever there is a very long, unbroken string put into the "value" field of the h:outputText, it overflows the span created by the h:outputText and the td created by the p:panelGrid, and runs off the right side of the page. It has to be a single, long, unbroken string of text, but it will always overflow its boundaries. I have tried adding style="overflow: scroll;" and style="width: 100px;", and other possible fixes, but nothing reigns in the text. Does anybody have any idea why this is happening, and what I can do to fix it?
Thanks for taking the time to read, and have a great day.
:-)