I have an outputText field for which I write a condition in the rendered attribute. The condition is for comparing the length of the string with so
outputText
rendered
You have to use gt and lt operators.
gt
lt
Check out JavaServer Faces Expression Language Intro from Sun/Oracle. Precisely the Operators section.