I'm having troubles displaying error messages from my code.

Within the code:

             if(dvForm.getDtoList().size() == 0) {
                servlet.log("empty record set");
                errors.add("no records found",new ActionError("error.records.empty"));
              }

But on the page appears:

null 
null No records found 
null No records found null

Why am I getting the 'nulls'.  I'm assuming there's more information I'm not seeing.



Anne Racel
Senior Programmer
Mantech International, Inc.
(757) 282-7454
[EMAIL PROTECTED]

_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.netbean.net/mailman/listinfo/mvc-programmers

Reply via email to