You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by "Smith, David" <Da...@ArtesiaTech.com> on 2000/07/06 16:23:31 UTC

taglib "prefix" problem...

hi all --

I've noticed that in my JSP, if I use the following declaration for my TLD
file:

<%@ taglib uri="teamsi18n.tld" prefix="TEAMS.i18n" %>

Tomcat doesn't like the fact that there's a period in the prefix. It works
fine when I remove the period, so that it reads:

<%@ taglib uri="teamsi18n.tld" prefix="TEAMSi18n" %>

Is this a bug? Is it against the rules to use a period in the prefix?

Thanks much --
d.