Closed melloware closed 5 years ago
Switch all calls to facet != null to ComponentUtils.shouldRenderFacet(facet)
facet != null
ComponentUtils.shouldRenderFacet(facet)
Fixed with commit: https://github.com/primefaces-extensions/core/commit/b8b8e9366ac9d4d271b132727052580b9b629ca8
Switch all calls to
facet != null
toComponentUtils.shouldRenderFacet(facet)