Re: [MVC-Programmers] Error messages

2002-07-30 Thread Christian Fuß
Hi David and Anne, your answer, David, is correct, it's the missing headers, footers, prefixes and suffixes, and it turns out as "null", because of the following configuration in struts-config.xml which prints out null String objects as "null". Many greetings, Christian Fuss _

Re: [MVC-Programmers] Error messages

2002-07-30 Thread David M. Karr
> "Anne" == Anne Racel <[EMAIL PROTECTED]> writes: Anne> I'm having troubles displaying error messages from my code. Anne> Within the code: Anne> if(dvForm.getDtoList().size() == 0) { Anne> servlet.log("empty record set"); Anne>