Can anyone explain me how to call a servlet from a JSP page.
The princip is:

     JSP page                                        Servlet
 ======================================

<%
        jsp code ...
%>
Call the servlet  ---------------------------------->
                                                            Servlet acces to
a DB and then
                                                            sends some HTML
tags the the jsp
                                                            page that will
be inserted in the final HTML page
                      <----------------------------------
<%
        end of the jsp code ...
%>





Thanks.

Stephan.
_______________________________
  A.I.S   Applied Innovative Solutions
  Stéphan BENICHOU
  Project Manager
_______________________________

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to