Hello all.
Is it possible to call servlet methods from JSP? I've had limited success
using the following in a JSP page:
<%@ page import="login.*" %>
<%
Test test_object;
%>
When i try to interrogate methods from the new Test class, it throws
numerous errors. Any examples of calling methods from this
would be greatly appreciated.
Thanks, Neil.
===========================================================================
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