on 4/24/01 5:36 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

>      //*********************************************************************
> @@ -131,7 +138,7 @@
>       * Add a namespace entry for every taglib in the <jsp:root> tag.
>       */
>       void addRootNamespaces(String prefix, String uri) {
> -     rootAttrs.addAttribute("", "localname", "xmlns:" + prefix, "CDATA",
uri);
> +     rootAttrs.addAttribute("", "xmlns", "xmlns:" + prefix, "CDATA", uri);
>       }
>  

I thought that Tomcat wasn't using tabs in the files any longer...

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>

Reply via email to