私は次のようなピースコードを持っています
<p:growl id="noti-growl"/>
<h:form id="login-form">
<p:panel>
<h:commandButton value="Đăng nhập" class="button-login" action="index">
<f:ajax execute="@form" render="noti-growl"/>
</h:commandButton>
</p:panel>
</h:form>
そして、次のようなエラーを受け取りました
<f:ajax> contains an unknown id 'noti-growl' - cannot locate it in the context of the component j_idt9
説明してください。お手伝いありがとうございます