Re: ActionError and JSP display

2004-10-05 Thread Jeff Beal
s Mailing List Subject: RE: ActionError and JSP display At 1:45 PM +0100 10/5/04, Robin Mannering wrote: Hi, I was intending to use , specifying the property for display, but it still doesn't allow me to test for it's existence. What I'd like to do is test if an error exists,

RE: ActionError and JSP display

2004-10-05 Thread Robin Mannering
rror' if it exists --%> ${error} Thanks again all! -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: 05 October 2004 14:00 To: Struts Users Mailing List Subjec

RE: ActionError and JSP display

2004-10-05 Thread Paul McCulloch
Try: Or something similar. Paul > -Original Message- > From: Robin Mannering [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 05, 2004 1:45 PM > To: Struts Users Mailing List > Subject: RE: ActionError and JSP display > > > Hi, >

RE: ActionError and JSP display

2004-10-05 Thread Joe Germuska
At 1:45 PM +0100 10/5/04, Robin Mannering wrote: Hi, I was intending to use , specifying the property for display, but it still doesn't allow me to test for it's existence. What I'd like to do is test if an error exists, then add a new HTML table row and cell into the output containing the erro

RE: ActionError and JSP display

2004-10-05 Thread Robin Mannering
t to create the HTML table row and cell at all. Is there a way to do this ? Thanks Robin -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Jeff Beal Sent: 05 October 2004 13:40 To: [EMAIL PROTECTED] Subject: Re: ActionError and JSP display Robin Mannering wrote: > H

Re: ActionError and JSP display

2004-10-05 Thread Jeff Beal
Robin Mannering wrote: Hi, Platorm is : Tomcat 5, Struts 1.1 Context: HTML Form submissions and validation. I'm trying to conditionally test for the existince of error messages by their keys. And I'd then like to show the error with HTML formatting around it. Basically, using tags, I'd like to do

ActionError and JSP display

2004-10-05 Thread Robin Mannering
Hi, Platorm is : Tomcat 5, Struts 1.1 Context: HTML Form submissions and validation. I'm trying to conditionally test for the existince of error messages by their keys. And I'd then like to show the error with HTML formatting around it. Basically, using tags, I'd like to do the same as the fol