jsp - a href link used as tooltip not working well -
i using a href link use tool tip struts2 tags. problem due href link, starts behave weird textfields , select struts2 tag.
<a style="color: inherit" href="#" title="<s:text name="tooltips.key"/>"> <s:textfield key="key" name="mykey" theme="simple"></s:textfield> </a> for textfields, can't move around cursore in textboxs once select insides them.
for select tag, can't select texts drop down list.
and keeps appending # end of action once click on href wrapped struts2 tag.
<a> tag should not used tooltip.
i suggest go css or js this.
declare hidden field "tooltips.key" value, show on :hover of <s:textfield>
you can use helper this: http://csstooltip.com/
Comments
Post a Comment