I am getting below error , while using JSF with tomcat.
com.sun.faces.application.view.FaceletPartialStateManagementStrategy.saveDynamicActions Unable to save dynamic action with clientId j_id56 because the UIComponent cannot be found.
I know the issue comes due to component not having id. But i have assigned id to every component other then p:outputLabel , p:panel , p:panelGrid . Can anyone help me out how to trace that which component is responsible for this issue. Thanks in Advance.