Re: Struts 2 - Parameterized error messages

2011-01-26 Thread kamlesh sharma
String[] { Amount, $0.00, 987654})); Jose Luis Sent via BlackBerry from T-Mobile -Original Message- From: kamlesh sharma kamleshsharma...@gmail.com Date: Mon, 24 Jan 2011 20:33:20 To: user@struts.apache.org Reply-To: Struts Users Mailing List user@struts.apache.org Subject: Re: Struts

Re: Struts 2 - Parameterized error messages

2011-01-24 Thread kamlesh sharma
Hi, i am facing same problem with other message. i.e field.amount= {0} can not be ${1} for Sequence {2}. On UI interface it is displaying below message: Amount can not be 1 for Sequence 987654. instead of Amount can not be $0.00 for Sequence 987654. Means ${ is not working for any