html errors tag not displaying content

2001-06-08 Thread Chris Wilson
Title: html errors tag not displaying content hello, i just upgraded to struts beta 3. i have an application that was working just fine using the struts errors tag. after the upgrade, i no longer see any error messages. on my jsp, i have a line: html:errors / that outputs no content

Re: html errors tag not displaying content

2001-06-08 Thread Dan Miser
Title: html errors tag not displaying content Did you remember to add the html tag library to your JSP page? -- Dan Miser http://www.distribucon.com - Original Message - From: Chris Wilson To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 10:08 AM Subject: html

Re: html errors tag not displaying content

2001-06-08 Thread Oleg V Alexeev
Hello Chris, To use this tag you must, of course add html taglib definition to the page and add two strings to properties files with resources for MessageResources container. Another words - you must add such strings as errors.header=ul errors.footer=/ul to the properties package. It is