When I use a declaration block to write a method like this:

<%!
public String AuthenticateUser(Connection conn, String username) throws SQLException
{ 



}
%>



I am not able to use some Servlet/JSP functions like request, response, or out.println.
The JSP compiler (Tomcat) can not find them.

Is there something special I need to do to use these?



thank you!

Troy Campano

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to