I ran across this post comparing Tomcat 4 to Tomcat 5 pertaining to a
<jsp:include statement, and was wondering if anyone else has the same
problem?
HYPERLINK
"http://www.mail-archive.com/[EMAIL PROTECTED]/msg120161.ht
ml"http://www.mail-archive.com/[EMAIL PROTECTED]/msg120161.
html
 
I have a <jsp:include that looks like this but passes params to a
servlet. I can’t get it to work with Tomcat 5, did the specs change or
am I missing something?
 
 
<jsp:include page="./myServlet">
      <jsp:param name="type" value="blob" />
      <jsp:param name="id" value="<%=SearchFormBean.getUniqueDateId()%>"
/>
      <jsp:param name="description" value="someThing" />
</jsp:include>
 
 
Can you include a servlet with e.g. <jsp:incude page=./myServlet  in a
jsp
 
TIA,
 
Tom K.
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.557 / Virus Database: 349 - Release Date: 12/30/2003
 

Reply via email to