-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Pete,

On 10/24/2009 4:20 PM, Pete McNeil wrote:
> This doesn't work / causes the error:
> 
>        <jsp:include page="/includes/navTab.jsp" flush="true">
>                <!-- InstanceBeginEditable name="navTopParam" -->
>                <jsp:param name="navTopParam" value="products" />
>                <!-- InstanceEndEditable -->
>        </jsp:include>
> 
> This does work:
> 
>        <!-- InstanceBeginEditable name="navTopParam" -->
>        <jsp:include page="/includes/navTab.jsp" flush="true">
>                <jsp:param name="navTopParam" value="home" />
>        </jsp:include>
>        <!-- InstanceEndEditable -->

This looks like a bug in the code that reads the JSP: comments ought to
be tolerated and ignored. Would you be willing to:

1. Log a bug against Tomcat in bugzilla
2. produce a short test case (the above is fine, but make sure it "works")
3. attach that test case to the newly-filed bug

?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrlwA4ACgkQ9CaO5/Lv0PCkewCgsEgsyI2Dsqif2Khf/ygVjOlq
CIEAoKFCaXaeGY0WGq9DkYfKrdCmti66
=f65M
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to