Re: Calling Class Methods

2004-03-26 Thread Nizeyimana Zabulon
let say your class' name is A and your static method is aaa(); all you hava to do is A.aaa(); --- Sunny [EMAIL PROTECTED] a écrit : How can i invoke static methods of a Class without instantiating it in struts - To

Calling Class Methods

2004-03-25 Thread Sunny
How can i invoke static methods of a Class without instantiating it in struts - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Calling Class Methods

2004-03-25 Thread Lokanath
hi u can call the static method by first importing the class in %@ page import = package.* % then use the static method Lokanath -Original Message- From: Sunny [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 8:55 PM To: Struts Users Mailing List Subject: Calling Class