RE: Probs with ActionError -> generate a blank page after request

2004-10-02 Thread David G. Friedman
weiss [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 6:07 AM To: [EMAIL PROTECTED] Subject: Probs with ActionError -> generate a blank page after request Hi folks, i got some problems with ActionErrors from Struts. If i tried to add some Error, i will get a blank page without some

Probs with ActionError -> generate a blank page after request

2004-10-01 Thread daniel weiss
Hi folks, i got some problems with ActionErrors from Struts. If i tried to add some Error, i will get a blank page without some error msg. code snipplet: ActionErrors errors = validate(form,request,mapping); errors.add("foobar", new ActionError("abc12345")); System.out.println("error status -