Try StrSubstitutor in commons.lang --
Diego Rivera On Dec 5, 2012 11:02 AM, "Ivan Diana" <[email protected]> wrote: > there is a method to make a message format without position but only with > key? > > now, with java native MessageFormat > "like this missage from {0}" > > would like me > "like this missage from {name}" > > thanks >
