Hi Jones,
You can import Java classes into flowscript by calling:
importClass(Some.Class.Name);
And then use it in the flow as any ususual:
var someVar = new Name();
Best regards,
ng.
Jones A wrote:
Can i have this in a flowscript: import java.io.*; String str= "welcome"; if (str!=null) System.out.println("Match"); ............. ............. Or in other words is it possible to have pure java code and call it from sitemap? <http://ads.sify.com/RealMedia/ads/click_nx.ads/mail.sify.com/[EMAIL PROTECTED]>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
