Hey all,

Did anyone try to implement a function within a JSP page?
Is this at all possible?

Example:
----------------------------------------------------
<%
     openDBConnection();
%>
<%
     void openDBConnection() {
          out.println("Not implemented");
     }
%>
-----------------------------------------------------


Thanks in advance
Kostik

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to