ADF Faces - Lable color for af:inputtext
857527Aug 15 2011 — edited Aug 16 2011Hello,
To change the color of af:outputLabel I did the following and it worked fine.
<af:outputLabel id="ol4"
inlineStyle="color:Black; font-weight:bold;"
value="#{viewBundle.MAILING_ADDRESS}"/>
I wanted to do the same (change the color of the label) for an input text.
<af:inputText label="#{pgpviewBundle.IF_OTHER_PROVIDE_BRIEF_DESCRIP}"
id="it6"
value="#{viewScope.ownerOperatorInfoBean.ownerOperator.otherOperatorDescription}"
inlineStyle="color:Black; font-weight:bold;"/>
But this time the inlineStyle is not working. The color of the label text kept on having default color. Is there another simple way to change the color for the label?
Thanks
Hemen