calling servlet from JSP page

2000-06-03 Thread Branko Kaucic
Hi! I am sure, that the answer for my question was already been spoken, but ... still don't know how to resolve this: I need to call a servlet from my JSP page. As I understand, this are the ways of calling servlets from JSP page: 1. FORM ACTION="calling servlet" ... (servlet returns something)

Calling Servlet from JSP Page

2000-03-27 Thread Megan Ray
Hi All! What is the best way to call a servlet from a JSP page? Here are the ways I have found: jsp:usebean id="start" class="oe.Startup" scope ="request" / My understanding of this tag is that it creates an "instance" of a Java bean - it is really designed for bean use. Using the HTML form