Thanks Craig.

So <jsp:include page = "xxx"> could include the servlet. Now
I have to pass some parameters on the page field, and since it
demands some kind of programming, I'd prefer using tag lib
to generate the parameters. So what should I do? Could I use

<jsp:include page="/servlet/chartServlet<%=<tag:showParameter>%>">

to achieve that? The JSP engine seems unable to parse such string.

Thanks in advance
==================================
Lynch Wu
http://www.DRAMeXchange.com
==================================

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to