Just a guess but, the parser probably needs the '%', escaped. Like, '\%' in order to ignore it. Brian Jay Burgess wrote:
> (I got no replies to my Friday post, so I thought I'd > try one more time.) > > 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. > > Thanks. > > Jay > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
