hi ,

     i have a problem regarding function calls within a JSP page .
i would like to know as to how can i declare,define and call functions in the
same JSP file.
i did something like this

<%! public void myfunction()
{
// body
}
%>
and then called it through the scriplet as
<%
// somecode . . .
myfunction();
%>

the above format gives an error on my machine
i am using jrun3.0 as my jsp server.

thanks,
Ranjit




____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

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

Reply via email to