I have select tag, options inside this is bigger one.not able to see in the drop down itself. How to see that in Tooltip?how to configure it?
<s:select cssClass="drop" list="lstEntities"
cssStyle="width:500px"
id="select_statement" listKey="statementId"
listValue="conditionStatement">
</s:select>
Please help on this.