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?
