Hi, I need help on setting the tooltip images. tooltipIconPath attribute is defined in the tag documentation, so I used it as under:
<s:textarea key="comments" label="Comments" tooltip="my tooltip blah blah" tooltipIconPath="images/tooltip_question.gif" rows="10" cols="80"/> But it's usage gives the following error: Attribute tooltipIconPath invalid for tag textarea according to TLD org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:515) org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:419) I am using struts-2.0.11.1. with Tomcat 5.0.28. Is this a bug, or a problem with the way I'm using it? If it's a bug, are there any workarounds to set tooltip icons? TiA, -Unmesh