You need to sign in to do that
Don't have an account?

Conditional formatting for Fieldset label
Hi All,
I am facing a problem to change the font color of fielset label based on conditional formatting.
<apex:outputLabel Value="{!reqField.Label}" styleClass="{!if(reqField.label=='Enter Business Unit if "Others"','green','red')}" />
Please help me on these. I am getting Expression unbalanced Error.
Thanks,
Anish
I am facing a problem to change the font color of fielset label based on conditional formatting.
<apex:outputLabel Value="{!reqField.Label}" styleClass="{!if(reqField.label=='Enter Business Unit if "Others"','green','red')}" />
Please help me on these. I am getting Expression unbalanced Error.
Thanks,
Anish
All Answers
Thanks for the reply. It is working but it is showing twice as it is fieldset.
Please let me know how can i resolved it.
Thanks,
Anish
Thank you so much. Sorry I didn't saw there was one more line for OutputText in my code because that it is reflecting twice.
Thanks,
Anish