RE: java.lang.IllegalArgumentException: can't parse argument numb er

2006-07-03 Thread Fredrik Andersson
No I'm trying to use the value of common.a as the value of key.a because in the future the keys that all have the value "Hej" might need to be changed to different values. Den 7/3/2006, skrev "Yee, Richard K CTR DMDC" <[EMAIL PROTECTED]>: >Fredrik, >The property value of {common.a} is causing the

RE: java.lang.IllegalArgumentException: can't parse argument numb er

2006-07-03 Thread Yee, Richard K CTR DMDC
Fredrik, The property value of {common.a} is causing the problem b/c the java.text.MessageFormat class is used to to parameter replacements in the message. Are you trying to use the literal string '{common.a}' as the value of the key? If so, you need to escape the '{' and '}' characters. -Richard