Using greater than logical expression in rendered attribute

后端 未结 2 1947
北荒
北荒 2021-01-01 12:49

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

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-01 13:37

    You have to use gt and lt operators.

    Check out JavaServer Faces Expression Language Intro from Sun/Oracle. Precisely the Operators section.

提交回复
热议问题