I have some JSF code that currently works (as shown below), and I need to modify it to conditionally suppress the display of certain rows of the table. I know how to conditional
For people using richFaces, you can use rich:column's filterExpression attribute.
...
If the condition is not met, the complete row is filtered out.
Example is using seam EL!