location of error messages

2003-11-26 Thread koen boutsen
Hi In my validation, I create multiple actionErrors. On the jsp page, I want each error message to be displayed next to the corresponding input field. I have this in my resource file : errors.header=ULfont color=red errors.prefix=LI errors.suffix=/LI errors.footer=/font/UL and this in my .jsp

Re: location of error messages

2003-11-26 Thread Kris Schneider
Might just be a table layout issue. You could always try stuffing the error message in it's own cell: tdhtml:text property=orgName size=50//td tdhtml:errors property=orgName//td Quoting koen boutsen [EMAIL PROTECTED]: Hi In my validation, I create multiple actionErrors. On the jsp page, I

RE: location of error messages

2003-11-26 Thread Robert Lamping
, Robert Lamping The Netherlands -Original Message- From: koen boutsen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 2:31 PM To: [EMAIL PROTECTED] Subject: location of error messages Hi In my validation, I create multiple actionErrors. On the jsp page, I want each error message