I don't think you can do this within a default ICEfaces environment. Is it not
possible for you to use the EL expression on a backing bean property which
returns a boolean result?
However, a comparison the way you want to do it can be achieved when
using i.e. JBoss Seam where you can access a list's size within your EL
expression.
In fact, I just want to render or not the datatable paginator on a lot of screens. I render paginator only if there are several datatable pages to show.
A global configuration var is fixing the number of items by datatable page.
And I don't want to have to create a lot of backing bean property for each screen...
That is why I would like to create condition into the jsp file. Easy solution to use.