You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jay Burgess <jb...@digarch.com> on 2002/05/06 15:58:07 UTC

jsp:param value?

I tried this question on the JSP list, but haven't
received any replies. I don't honestly know whether
this is a Tomcat issue, or my error in reading the
spec.

Very simply, shouldn't the percent sign be valid in
the following <jsp:param> element?

   <jsp:include page="myservlet" flush="true">
       <jsp:param name="width4" value="33%"/>
   </jsp:include>

Tomcat 4.0.3 doesn't parse this include block correctly.

Jay


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>