【发布时间】:2023-03-05 22:37:01
【问题描述】:
我在p:tabview 中使用多个标签。最重要的是,我有一系列静态图像(如进度条),因此当我单击第一张图像时,它会继续突出显示第一个选项卡,依此类推。
<h:form>
<h:commandLink action="#tab1">
<h:graphicImage src="image1"/>
</h:commandLink>
<p:tabView>
<p:tab title="tab1" id="tab1">
<ui:include src="some.xhtml></ui:include>
</p:tab>
.
.
.
.
</p:tabview>
<h:form>
【问题讨论】:
标签: css jsf-2 primefaces