I have found some odd behaviour using the struts-el tags I have this declaration:
<%@ taglib uri="/tags/struts-html-el" prefix="html-el" %> in the page I use the tags as: <html-el:text ... etc. In the above form, the pages will compile under Tomcat 4.1.12 but not under 4.0.3 If I change the taxt as follows <%@ taglib uri="/tags/struts-htmlel" prefix="htmlel" %> in the page I use the tags as: <htmlel:text ... etc. Now the pages complie under both 4.1.12 and 4.0.3 Any ideas why?? db --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

