RE: ActionForm returning blank jsp

2004-06-21 Thread lmrobertson
Thanks for your help, Frank. I tried changing my code to match yours and unfortunately got the same results...a blank (empty) jsp page. It is so weird that it works in my LogonAction class but not the ActionForm. I have used the ActionErrors class a hundred times in ActionForms and this one is no d

RE: ActionForm returning blank jsp

2004-06-21 Thread lmrobertson
Yes, it is literally returning a blank document. The errors should be displayed in the jsp using the tag. -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 9:30 AM To: [EMAIL PROTECTED] Subject: RE: ActionForm returning blank jsp When you say

ActionForm returning blank jsp

2004-06-21 Thread lmrobertson
I am having a problem with my ActionForm validate() method returning a blank jsp page. It is a very simple logon.jsp with only two required fields "username" and "Password" The ActionForm validates that the user has in fact entered something in both fields. If the user has left a field blank, the A