Please help with this error ???en_US.errors.required???

2003-10-10 Thread Chen, Vivien
I have a login.jsp which I use DynaValidatorForm. Both the username and password are required fields. When I submited the page without entering these data, I got ???en_US.errors.required??? and ???en_US.errors.required???. It looks like the validation was peformed because I got two

RE: Please help with this error ???en_US.errors.required???

2003-10-10 Thread Chen, Vivien
is application. It has same effect as parameter attribute of message-resources/. So, if you find it there (web.xml), remove it. Hope it helped you. Regards, Daniel. --- Chen, Vivien [EMAIL PROTECTED] wrote: I checked my web.xml and did not see message-resources being defined there. Do you have any