<t:panelNavigation2> causes javax.faces.FacesException: Cannot add the same component twice
问题 I am using Tomahawk20 1.1.14 for JSF 2.0 on WildFly 8.2.0. When using <t:panelNagivation2> , the below exception is thrown: javax.faces.FacesException: Cannot add the same component twice How is this caused and how can I solve it? Here is the stack trace: Caused by: javax.faces.FacesException: Cannot add the same component twice: nav:panel-nav:nav_panel-nav_uinavmitem1 at com.sun.faces.context.StateContext$DynamicAddRemoveListener.handleAddRemoveWithAutoPrune(StateContext.java:751) [jsf-impl