Hi,
I have a java package, from which I load a class.
This class has several methods, out of which some return values , some do
different jobs (like sending mail )

I have no problems getting the returned value from methods like :

  public static String returnS() {
    String mystr = "ok";
    return mystr;
  }

to get the value I'm using :
<cfset retVal = mailer.returnS()>

Are there some specific cfm tags that I'm supposed to use in order to
execute a method that is defined as void , in the java program ?

Thank you,

Florin


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to