yes
System.out.println("xxx");
or
java.lang.System.out.println("xxx");
if you don't want to everytime write the entire package just add at top of
the file:
importPackage(java.lang);
Cheers
Roberto
----- Original Message -----
From: "Johannes Becker" <[EMAIL PROTECTED]>
To: "Cocoon" <[email protected]>
Sent: Thursday, May 12, 2005 3:13 PM
Subject: flow question - Is there some function like
System.out.println("xxx");
> Hi,
>
> I wondered if there is some function like System.out.println("xxx"); for
> flow.
>
> thanks
> jonny
>
> ---------------------------------------------------------------------
> 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]