JSF 1.1 EL question

hi all;is there a way in the jsf EL to do something like this?#{(x>y) ? x : y}i need to return the value of x only if x>y. both x and y are properties on a jsf bean\thanks in advance.
[224 byte] By [054562256a] at [2007-10-3 6:45:21]
# 1
Yes you can do this
amitteva at 2007-7-15 1:35:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
How can we do that Can you please explain me.Thanks in advance
ashokthe1a at 2007-7-15 1:35:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Just exactly as you write.
BalusCa at 2007-7-15 1:35:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...