p:带图像的commandLink没有获得制表符焦点

时间:2013-02-25 16:12:45

标签: jsf jsf-2 primefaces

我在这个主题Displaying command button with image only

中概述的primefaces中创建了一个命令链接

但是,当我这样做时,我无法获得链接以在表格中进行选项时获得焦点。我尝试在所有输入控件和命令链接上使用tabindex,但没有任何反应。 这是我的命令链接

<p:commandLink id="submit" actionListener="#{listener}" action="#{action}"  oncomplete="handleSubmit(xhr, status, args)">
<h:graphicImage name="images/someImage.png" style="float:left;"/>
              </p:commandLink>

我尝试将命令链接更改为commandButton,但图像未显示。我得到的只是一个“^”出现在按钮上。

任何建议。感谢。

0 个答案:

没有答案