0 Replies Latest reply on Jul 24, 2009 4:38 AM by leolo

    EL-question: message-properties with parameters

    leolo

      Hi!

      Dunno if this is a JSF-EL-question or RichFaces-specific, maybe someone here can help me.

      Following sample:

      <rich:inplaceInput layout="block" value="#{car.price}" id="inplace" required="true" requiredMessage="Price at row #{row+1} wasn't filled. Value can't be changed.">

      I want to move the text of the requiredMessage-attribute to a properties-file:

      prop_requiredMessage=Price at row {0} wasn't filled. Value can't be changed.

      Is there a way, I can invoke the property prop_requiredMessage with #{row+1} as a parameter in the RichFaces-Element?

      Regards, LeoLo