It seems that <html:errors/> is broken in Struts 1.1rc1. I have a jsp with the following code:
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <div class="disableTextbold"><html:errors/></div>
This page works fine, but whenever I change the uri to use the html-el taglib (http://jakarta.apache.org/struts/tags-html), the page no longer shows error messages. Has anybody else experienced this?
Regards Jose
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

