找不到带有表达式p:message的组件

时间:2015-07-13 18:51:31

标签: jsf-2 primefaces

我有这个代码

<p:tabview id="tabViewId">
<p:tab>
<h:form id="formOneId">
<h:inputText id="inputOneId">
<p:message id="msgOneId" for="inputOneId">
<!--end tags-->
</p:tab>

<p:tab>
<h:form id="formTwoId">
<h:inputText id="inputOneId">
<p:message id="msgTwoId" for="inputOneId">
<!--end tags-->
</p:tab>

我对id使用相同h:inputText但在h:form Cannot find component with expression "inputOneId" referenced from "tabViewId:formTwoId:msgTwoId" 而我正在低于例外

p:message for="inputOneId"

我该如何解决这个问题??

h:inputtext jsf找不到这个,因为我有两个id具有相同的{{1}},但我正在使用不同的容器ID。 请帮忙

0 个答案:

没有答案