Kalra, Ashwani wrote:
I have a message defined like this in .properties file

2001={0} is required

I am passing for eg "status" for the {0}

Errors tag is printing it like this

[status] is required

Why its printing []  in the actual message ?

Because that's what you've told it to ;-) Check where you pass the "status" argument. Is it a list or some other object type besides String? You're seeing the toString() value of whatever it is you're passing.

L.
--
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/laurie


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to