Debugging
JSPs:
System.out.println("Object ->"+obj); ---to see in the logfile
HTML:
%>
<%
PL/SQL:
dbms_output.put_line('blah blah ');
System.out.println("Object ->"+obj); ---to see in the logfile
HTML:
%>
| ArrayList = <%=arrList%> |
PL/SQL:
dbms_output.put_line('blah blah ');

0 Comments:
Post a Comment
<< Home