je n'arrive pa a reproduire le bug..
j'ai juste changé le lien par un booleancheckBox
bonne chance.Code:
1
2
3
4
5
6 <a4j:outputPanel rendered="#{fake.selectAll}" id="select"> <h:selectBooleanCheckbox value="#{fake.selectAll}"></h:selectBooleanCheckbox> </a4j:outputPanel> <a4j:outputPanel rendered="#{!fake.selectAll}" id="unselect"> <h:selectBooleanCheckbox value="#{fake.selectAll}"></h:selectBooleanCheckbox> </a4j:outputPanel>
à++