Hi Team,

Parametrized messages are OK, {0} {1} but I would like to combine another message in the existing one

such as

sample property file:

name = ${first_name} ${last_name}
first_name = Spring
last_name = Source

but my Jboss throws error message during message the resolution

ERROR [ErrorsTag] Circular placeholder reference 'first_name' in property definitions :

Is there anyway to resolve this issue, Please throw your thoughts.

Thanks,
Praveen Sadhu.