4 Replies Latest reply on Apr 8, 2008 8:39 AM by fabmars

    concatenate Strings in EL

    brachie

      Hi,

      I am using Richfaces and want to concatenate Strings in EL, but it does not work. Here is my example:

      <a:commandLink action="#{indexer.indexPerson}"
       value="Start indexing (Status: #{(personIndexingProcess.percentComplete lt 100) ? personIndexingProcess.percentComplete+'%' : 'idle'})"/>


      Is it possible to concatenate the personIndexingProcess.percentComplete with the static string '%'?

      Regards,

      Alexander