Hi,

I have defined a Custom Property Resolver and a Custom Variable Resolver.
These get called just fine when you have a simple expression like this:
#{DataBean.myProperty}

But if I have an expression like #{DataBean.myProperty1 ||
DataBean.myProperty2} -> the Custom Property Resolver gets called for the
first one and "myProperty1" is evaluated correctly. But for myProperty2, it
does not go through my Custom Property Resolver so it fails and throws an
exception saying that it is not able to reolve it.

Has anybody seen this bug before? I can add this to JIRA.

Thanks.

-Anitha Suraj

-- 
View this message in context: 
http://www.nabble.com/Custom-PropertyResolver-not-getting-called-for-complex-expressions-tf2204728.html#a6105833
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to