Posts tagged as "richfaces"

Posted by Claudiu on 30th September 2009

Selective rendering of elements in JSF, Ajax4JSF and RichFaces

When you need conditional rendering inside an Ajax4JSF <a4j:repeat> the JSF <c:if> tag will not work. You can remedy this problem by using an alternative solution. Problem Inside an <a4j:repeat var=”_counter” value=”#{bean.list}”> the <c:if> tag will not recognize the _counter variable. You won’t even notice it doesn’t work because no errors will be logged. As an alternative [...]