You can use below statement to debug OAF Page from JDeveloper.
If you are running locally you can use this
System.out.println("string");
put this code where ever you want to diagonse.
If you are testing from application only then you can make use of
pageContext.writeDiagnostic(this,"message",1);
http://oracle.anilpassi.com/debugging-oa-framework-7-different-techniques-2.html
If you are running locally you can use this
System.out.println("string");
put this code where ever you want to diagonse.
If you are testing from application only then you can make use of
pageContext.writeDiagnostic(this,"message",1);
http://oracle.anilpassi.com/debugging-oa-framework-7-different-techniques-2.html
No comments:
Post a Comment