RE: ActionForm returning blank jsp

2004-06-22 Thread Guillermo Meyer
I have a blank page appearing when a null forward is returned. How is your input page attribute in the validator form set? May be Struts is trying to forward to a null forward so blank page appears. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Lunes, 21 de J

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
When you say the JSP is blank, do you mean you are literally getting a blank document back, or do you simply mean the errors are not being displayed? If the later, I don't see anywhere that you are displaying the errors. Trying adding the following before your form: Fro