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!

Text wrap in SelectOneRadio??

Muralidharan KMay 11 2018 — edited May 14 2018

Hi all

i'm using JDeveloper Studio Edition Version 11.1.1.9.0.

In my jsff Page i have used SelectOneRadio Option as follows

<af:selectOneRadio label="Options" id="sor1" contentStyle="width:1000px;"

                         binding="#{pageFlowScope.QuizBean.ansinsert}">

        \<af:selectItem label="#{bindings.Option1}" id="si2" />

        \<af:selectItem label="#{bindings.Option2}"  id="si3"/>

        \<af:selectItem label="#{bindings.Option3}"  id="si4"/>

        \<af:selectItem label="#{bindings.Option4}"  id="si5"/>

      \</af:selectOneRadio>

in which my options are fetched from DB. One of my option contains more than thousand characters, in page those characets are not wrapped properly. How to wrap the content?

pastedImage_0.png

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2018
Added on May 11 2018
4 comments
131 views