Enable/disable tooltips on inputfields
Tooltips are displayed if we set the "shortDesc" attribute of <af:inputText>. Having too many tooltips on the pages, can get very annoying. How can we disable the tooltips being displayed?
One way that i figured out was to have a global attribute and use it as a switch in the EL expression of "shortDesc" attribute. But this is a tedious process, since we need to change all the shortDesc attribute's value.
Are there better ways to enable/disable tooltips?