No need to concatenate. Do this:

<h:outputText value="#{(createOrganisationMB.selectedOrgaElement == '') ?'no Element':'Element'} #{createOrganisationMB.selectedOrgaElement} further Informations}"/>


2005/9/6, Felix Japs <[EMAIL PROTECTED]>:
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


Reply via email to