Re: Validation using multiple resource bundles

2004-12-19 Thread aris
Hi Venkat, I give you these two links that Niall Pemberton gave me one month ago. I think that you can find useful information to solve your problem. aris http://issues.apache.org/bugzilla/show_bug.cgi?id=21760 http://article.gmane.org/gmane.comp.jakarta.struts.user/96384 From: "Venkat Maddipa

Validation using multiple resource bundles

2004-12-18 Thread Venkat Maddipati
Validation of data in form fields worked fine when I had only default resource bundle. But, when I started using multiple resource bundles, the validation failed. I tried to specify the value for bundle attribute for the 'arg' elements(s), and 'msg' elements but didn't work. Following is my enviro