home
design & development
Lotus application development
print design
web site development
request a design quote
solutions & consulting
Notes and Domino application development
Lotus Domino administration
Securence Mail Filtering
UNITRENDS backup and recovery
Lotus Notes / Domino Apps
free Lotus Notes apps
hosting
web site hosting
Lotus application hosting
check your mail
request a hosting quote
publishing
media and publishing
sound
client services
help & support
Make Payment
Client Access - Workboard
billing & payment policies
copyright & liability policies
pricing & turnaround policies
privacy statement
contact
e-mail MW
get files
send files
Print a Breadcrumb Message to Domino Console
Mindwatering Incorporated
Author: Tripp W Black
Created: 12/27/2010 at 09:07 PM
Category:
Notes Developer Tips
XPages
ssue:
Want a quick sloppy way to do LotusScript equivalent to Print a variable's value in an Xpage / Custom Control object's event code: Server Side Javascript XPage events.
Solution:
Use the following example Server Side JavaScript event code:
var myvar = 'hello';
print(myvar);
or
java.lang.System.out.println('hello');
For the above example, this will make the server console output:
HTTP JVM: hello
previous page
×