3 Replies Latest reply on May 15, 2008 5:49 PM by dbinder

    parmetrized label using bundle

    dbinder

      I just can't find instruction on how to use parameters of a message bundle entry using EL.


      I have a my_bundle_en.properties bundle:



      message.search.noResult=No #0 where found in database

      label.entity.user=great user

      And I 'd like to use it similarily to the following in JSF:



      #{messages['message.search.noResult'].param(messages.label.entity.user)}

      to display


      No great user where found in database

      Is there some way to do this ?


      Dav