Hi,
I try to reRender a before never called xhtml site with the form <a4j:form id="product">. But i'm gonna receive always this error 'Target component for id product not found'.
<rich:panelMenuGroup label="product">
<c:forEach items="#{testBean.allproduct}" var="product">
<rich:panelMenuItem label="#{product.name}"
reRender="product">
</rich:panelMenuItem>
</c:forEach>
</rich:panelMenuGroup><rule if-outcome="productmenu"> <redirect view-id="/product/product.xhtml" /> </rule>