Re: How to provide different Validator Resources

2005-10-05 Thread Niall Pemberton
Sorry I don't really understand what you're saying - you seem to be contradicting yourself? If you don't specify the "bundle" attribute on the element in the validation.xml - then the tag on your JSP page will either use either the "default" message resources or the "bundle" you specify on that

Re: How to provide different Validator Resources

2005-10-05 Thread Ramesh Mohan Reddy
Hi, Thanks Mr. Niall for ur reply... I tried this way, but it doesn't work. The reason being the "bundle" attribute of element in validation.xml takes precedence over "bundle" attribute of . In my case, I have not specified "bundle" attribute for element. Hence, it will take the default mess

Re: How to provide different Validator Resources

2005-10-05 Thread Niall Pemberton
Yes, you just use the "bundle" attribute on either the or the element: or ... ... Niall - Original Message - From: "Ramesh Mohan Reddy" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 05, 2005 12:39 PM Subject: How to provide different Validat