我习惯a href link
使用 as tool tip
for struts2 tags
。但问题是由于 href 链接,它开始表现怪异的文本字段和选择 struts2 标记。
<a style="color: inherit" href="#" title="<s:text name="tooltips.key"/>">
<s:textfield key="key" name="myKey" theme="simple"></s:textfield>
</a>
对于文本字段,一旦在文本框中选择,我就无法在文本框中移动光标。
对于选择标签,我无法从下拉列表中选择文本。
一旦我单击那个 href 包装的 struts2 标记,它就会一直将 # 附加到操作的末尾。