Posts by Dyeimys Franco • 1 point
1 post
-
-2
votes1
answer398
viewsA: ui:include with JSF rendered does not work the actions
I’ve been through a problem in this regard. In my case it was just me doing it this way: <h:panelGroup rendered="#{param['lotes'] == 'true'}"> <ui:include src="../home/dados.xhtml">…