Primefaces tabView executes form validation on tab change
问题 I am having a serious issue with the p:tabView component. I have set dynamic="true" and cache="false" to the tabView. One of the tabs has some input components which are set required="true" . Now when I am changing the tab each time, the form validation is occurring and the FacesMessages are being displayed in growl. Here is the tab: <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun