Thursday, February 08, 2007

Debugging

JSPs:

System.out.println("Object ->"+obj); ---to see in the logfile

HTML:

%>
ArrayList = <%=arrList%>
<%

PL/SQL:

dbms_output.put_line('blah blah ');