RE: ActionForm returning blank jsp

2004-06-22 Thread Guillermo Meyer
Junio de 2004 11:20 a.m. To: [EMAIL PROTECTED] Subject: ActionForm returning blank jsp 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 val

ActionForm returning blank jsp

2004-06-22 Thread Guillermo Meyer
Junio de 2004 11:20 a.m. To: [EMAIL PROTECTED] Subject: ActionForm returning blank jsp 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 val

Re: ActionForm returning blank jsp

2004-06-21 Thread Bill Siggelkow
in the web.xml since my code looks right. -Lynne -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 9:44 AM To: [EMAIL PROTECTED] Subject: RE: ActionForm returning blank jsp Sorry, I didn't see that tag. Hmm, I'm not sure then. O

RE: ActionForm returning blank jsp

2004-06-21 Thread lmrobertson
different that any other. I have a feeling that something is wrong in the web.xml since my code looks right. -Lynne -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 9:44 AM To: [EMAIL PROTECTED] Subject: RE: ActionForm returning blank jsp

RE: ActionForm returning blank jsp

2004-06-21 Thread Frank Zammetti
ew ActionError("messages.userIDBlank", "UserID")); Frank From: [EMAIL PROTECTED] Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: ActionForm returning blank jsp Date: Mon, 21 Jun 2004 09:34:04 -0500 Yes, it is literally returning

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

RE: ActionForm returning blank jsp

2004-06-21 Thread Frank Zammetti
form: From: [EMAIL PROTECTED] Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: ActionForm returning blank jsp Date: Mon, 21 Jun 2004 09:20:02 -0500 I am having a problem with my ActionForm validate() method returning a blank jsp page. It is a

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