Hi, I would like to do somethin like this:
<h:outputText value="#{(createOrganisationMB.selectedOrgaElement == '') ?
'no Element':'Element' + {createOrganisationMB.selectedOrgaElement} +
'further Informations'}"/>
Is it possible to concatenate Strings in EL expressions?
bye
Felix

