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

Problem with help text in visualforce
HI All,
I have HelpText attributes in <apex:pageblocksectionitem> in visualforce pages. When I keep mouse on ? symbol, it displaying helptext well till yesterday. Today I am unable to see help text when I keep mouse on? symbol. This is happening in all visualforce pages and all fields.
What is the problem here. And how to resolve this.
Thanks,
Naresh B
Could you post your visualforce ?
Thanks for the reply. I am pasting piece of code here
When I keep mouse on ? symbol of this field I am seeing this "Help taxt for <lable> Un-publish date </label>(New window)". Why I am getting this wrong text instead of "Date you want this page layout to end and become in-visible"
Please help me.
Thanks,
Naresh B
The problem is you are getting wrong text message or you don not get any text message?
if you do not get any message,try to take inputfield out from the outputpanel.Make the inputfield first childe of the pageblock section item.
or if you are getting wrong text,check the related object field help text.