rendered="#{tournamentParticipateView.canParticipate(tournament.id) and (tournament.participants.size() lt tournament.maxParticipants)}"ajax="false"onerror="location.reload(true);"/>
<h:outputTextvalue="#{i18n['tournament.full']}"rendered="#{tournament.participants.size() ge tournament.maxParticipants}"/>
<h:outputTextvalue="#{i18n['tournament.full']}"rendered="#{tournament.participants.size() ge tournament.maxParticipants}"/>