我正在使用JSF 2.1,我使用tabindex属性为我的页面设置了Tab键顺序。但是单独的h:commandLink选项卡不起作用。如果JSF 2.0中存在错误,请告诉我。这是我的示例代码:
<h:inputText id="legalPocJobTitle" value="#{requestProcessorBean.userRequestVO.legalPocJobTitle}" maxlength="50" class="form cr cr-bot" tabindex="1">
<h:inputText id="legalPocJobTitle" value="#{requestProcessorBean.userRequestVO.legalPocJobTitle}" maxlength="50" class="form cr cr-bot" tabindex="2">
<h:commandLink class="button-p" action="#{requestProcessorBean.showServiceRequestForm}" value="Next" tabindex="3" />