I have this simple code in a jsp with common-controls
<ctrl:list action="something.do" name="carList" title="label.t">
<ctrl:columnhtml title ="label.commissionNumber" property="commissionNumber">
</ctrl:columnhtml>
</ctrl:list>
When i move the mouse over the column's title, a tooltip is showed, and I couldn't remove it. How can I disable this feature?