My error messages do show up.  They show up as one long string. For
instance, they would show up like "Text of error1. Text of error2. Text
of error3"

I would like to get this resolved without putting <li> tags around the
messages themselves.  

thanks, Doug

On Wed, 2002-10-09 at 17:37, David Graham wrote:
> Do any of your error messages show up, or just the header and footer?
> It will only print the prefix if there are errors to display.
> Dave
> 
> 
> >From: Doug Bryant <[EMAIL PROTECTED]>
> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >To: Struts Users Mailing List <[EMAIL PROTECTED]>
> >Subject: html:errors - how do you make a bulleted error list
> >Date: 09 Oct 2002 17:14:14 -0400
> >
> >Hello,
> >
> >We are trying to display a list of errors at the top of a page.  We are
> >trying to make each error bulleted, but are running into difficulty.
> >
> >I looked through the 1.1b2 examples and saw that there were a couple of
> >examples using "errors.prefix" and "errors.suffix" to wrap errors in
> >bullet points.  However, it's not displaying what I defined there.
> >
> >Does this feature work?  What am I doing wrong?  Below is what I have
> >defined in my application.properties.  The errors.header and
> >errors.footer show up properly.   We are using 1.1 beta 2 struts
> >release.
> >
> >Thanks for any help.
> >
> >Doug
> >
> >errors.header=<p><ul>
> >errors.footer=</ul></p>
> >
> >errors.prefix=<li>
> >errors.suffix=</li>
> >
> >
> >
> >
> >--
> >To unsubscribe, e-mail:   
> ><mailto:[EMAIL PROTECTED]>
> >For additional commands, e-mail: 
> ><mailto:[EMAIL PROTECTED]>
> 
> 
> 
> 
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to