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 unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>  






Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! 
Messenger sur http://fr.messenger.yahoo.com

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


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]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]