noWrap in ADF ReadOnly Form OutputText
I have a JSP Document that is outputting the result from a viewobject. I selected that it be output as an ADF Read-Only Form, the form works great. However, if I have a long field (a description field in my case) it doesn't wrap.
For some reason the < TD> tag that is output is adding 'nowrap'. I've looked where I can tweak this on my page but have not found it....
I have
<af:panelLabelAndMessage label="#{bindings.ProposalDescription.label}"
binding="#{backing_app_viewProposal.panelLabelAndMessage3}"
id="panelLabelAndMessage3">
<af:outputText value="#{bindings.ProposalDescription.inputValue}"
binding="#{backing_app_viewProposal.outputText3}"
id="outputText3" truncateAt="0"/>
</af:panelLabelAndMessage>
Has anyone seen this before?
Thanks,
Mark