Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

nested conditional Expression language in ADF

RainAndShineAug 16 2011 — edited Apr 28 2012
I am trying to get a nested conditional operator to work in my inlinestyle field and It doesnt seem to work. can someone show me what is being done wrongly.

inlineStyle="#{row.bindings.Slot1.inputValue == "0" ? (row.bindings.Slot1.inputValue == "1" ? 'background-color:Yellow;' : 'background-color:White;' ) : 'background-color:Gray;' }"

Thanks,
RAS
This post has been answered by Navaneetha Krishnan Nataraj on Aug 16 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2012
Added on Aug 16 2011
10 comments
6,491 views