I'm fairly new in JSP.
I was having problem with including two results of two serlvets.
If I include one serlvet, it works.
But not two...! It always displayed only the first one included.
Anyone know why???

<jsp:include page="Dropdown" flush="true" />
<jsp:include page="Getdata" flush="true" />


______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup

===========================================================================
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