Hi, I'm trying to call a servlet to open a database connection and construct HTML output using the database info. How do you forward to a servlet when the JSP page is loading and then pass back the control back to the servlet after the servlet finishes its task. I know that we could use the <SERVLET> ...... </SERVLET> but it seems that my server does not recognise the tags. Currently, I'm using JSWDK 1.0.1. I think another way will be using <jsp:forward page=.... />. However, it seems that my server does not execute the tags as they appeared in my HTML source code after I loaded the page. Please give me some advices. Thank you. Steven =========================================================================== 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
