I'm working with ICEFaces components and I have the need of setting a tooltip on an ice:commandButton.
The button can be enabled or not according to particular conditions, but my problems is that when the button is disabled the tooltip is not displayed.
I display the tooltip by calling a Javascript method in the onmouseover attribute and close it via onmouseout.
Checking with IE dev tools, the two attributes don't get rendered when the button is disabled.
How could I modify this behaviour?