Hello,
I cannot figure out how to do a null check withing a jsf attribute.
Here is the error message I get:
value="#{configTableBean.selectedRecord != null ? configTableBean.selectedRecord.description : ''}": Illegal Syntax for Set Operation
what is the proper way of checking for null?
Thanks