how would I do that?

I tried public String AuthenticateUser(Connection conn, String 
username,HttpServletRequest request, HttpServletResponse response) throws SQLException 
{


but that didn't work. 



Does someone have an example?


thank you!


Troy Campano

-----Original Message-----
From: Emmanuel Eze [mailto:[EMAIL PROTECTED]] 
Sent: Monday, August 19, 2002 8:28 AM
To: [EMAIL PROTECTED]
Subject: Re: Declaration blocks and JSP


you'll need to pass them explicitly to ur method

-----Original Message-----
From: Campano, Troy [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 19, 2002 3:19 PM
To: [EMAIL PROTECTED]
Subject: Declaration blocks and JSP


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

===========================================================================
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

==========================================================================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