html:errors, how to keep html out of messages?

2001-03-28 Thread Phillip Rhodes
I am using the html:errors tag to display my messages, but I find that I have to wrap each of my message key values with a li/li for them to display properly. Is there a way that as I iterator through my errors, that I could output the error message with the li tag? Thanks!

Re: html:errors, how to keep html out of messages?

2001-03-28 Thread Martin Cooper
- From: "Phillip Rhodes" [EMAIL PROTECTED] To: "struts-user-jakarta.apache.org" [EMAIL PROTECTED] Sent: Wednesday, March 28, 2001 12:35 PM Subject: html:errors, how to keep html out of messages? I am using the html:errors tag to display my messages, but I find that I have to wra

Re: html:errors, how to keep html out of messages?

2001-03-28 Thread David Winterfeldt
I made the equivalent of the errors tag, but it iterates through the error messages. validator:errorsExist bean:message key="errors.header"/ ul validator:errors id="error" libean:write name="error"//li /validator:errors /ulhr