Marc Krisjanous wrote:
> Hi all,
> Could someone please answer my question.
>
> Question: How can a JSP that is "Loading" call a servlet method? Servlet A
> calls a JSP and while the JSP is "Loading" it needs to use some of the
> methods in Servlet A.
>
> Cheers
>
> Marc
>
> ===========================================================================
> 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
Hello.
I don't understand the question exactly, but how about using static methods
of servlet.
You can use static methods with class name.
Choi Jong Myung
===========================================================================
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