Re: Form Validation Errors in ONE line?

2002-10-29 Thread David Graham
I assume you're using  to display the messages.  Add this to 
your message resources file

errors.prefix=

I believe this requires version 1.1.

David






From: "Dan Tran" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: Form Validation Errors in ONE line?
Date: Tue, 29 Oct 2002 11:00:01 -0800


Hi I used struts declarative validation, which works quite well for me, but 
the all errors are concatenated in one line.  Is there a way to break them 
into multiple line on my web page?

-Dan


_
Choose an Internet access plan right for you -- try MSN! 
http://resourcecenter.msn.com/access/plans/default.asp


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>



Form Validation Errors in ONE line?

2002-10-29 Thread Dan Tran

Hi I used struts declarative validation, which works quite well for me, but the all 
errors are concatenated in one line.  Is there a way to break them into multiple line 
on my web page?

-Dan