You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jon Stevens <jo...@latchkey.com> on 2001/04/25 02:39:42 UTC

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources messages.properties

on 4/24/01 5:36 PM, "horwat@apache.org" <ho...@apache.org> 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>


Re: cvs commit:jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resourcesmessa ges.properties

Posted by Jon Stevens <jo...@latchkey.com>.
on 4/24/01 7:58 PM, "horwat" <Ju...@Sun.COM> wrote:

> My bad. Flog me.
> 
> Justy

Yea! :-)

-jon


Re: cvs commit:jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resourcesmessages.properties

Posted by horwat <Ju...@Sun.COM>.
My bad. Flog me. It's a bad habit.

Justy

----- Original Message -----

> on 4/24/01 5:36 PM, "horwat@apache.org" <ho...@apache.org> wrote:
>
> >
file://*********************************************************************
> > @@ -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>
>