Is it possible to add methods inside a JSP page.
i.e.

<%

int maxRow = 2;
int maxIdx = 0;
dbAccess();



private void dbAccess(){
   ....
}

%>

Thanks.

Sandy Tiu
Bank United
Emerging Technologies Engr.


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to