Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

noWrap in ADF ReadOnly Form OutputText

Mark Waldron-OracleMar 15 2007 — edited Mar 21 2007
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2007
Added on Mar 15 2007
13 comments
4,100 views