JSP Is like any other class, it has access to static methods of other classes, if you are talking about a static method of the class defined by the JSP you are in a problem since that class doesn't exist until a call to the JSP loads it.
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Dinesh
Sent: Wednesday, September 15, 1999 7:28 PM
To: [EMAIL PROTECTED]
Subject: Calling a static method from JSP

  Hi,
 
Is there a way to call a static method in a class from JSP, before creating an instance of the object.
 
advance thanks,
 
Dinesh Kumar

Reply via email to