Marco Mistroni wrote:
Hello all, I m stuck with a very simple problem :( I have a bean:write key="my.key"Where My.key =this is {0} message I need to replace {0} with another property which is in my app resources file But looks like this syntax does not work <bean:write key="my.key" arg0="prompt.myvalue"/>
Note that message keys are case-sensitive: you have the message defined with the key 'My.key' bar are referencing it with 'my.key'.
If that's just a typo, what behaviour are you seeing from your use of bean:write? What you have above looks like it should work to me.
L. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

