JSF ui:fragment rendered performance
I have a set of jsf components that are statically generated from a set of excel files (they are updated by business people). Each generated file represents a business object that has slightly different data, and all of them belong to a same class. In order to render this dynamically, the only solution I found was to set up a bunch of ui:fragment and dispatch to the right component at runtime: <!-- IMPLEMENTATION --> <composite:implementation> <ui:fragment rendered="#{cc.attrs.type eq 'cartcred'}"> <limites:limites-cartcred limite="#{cc.attrs.limite}"/> </ui:fragment> <ui:fragment rendered="#