On Wed, 13 Jun 2007, verbal evasion wrote:
> i have turned on debugging for wicket.Session in log4j, but all it prints is
> information about pages being dirty or not.
> 
> any other debugging i can use or turn on?

Be sure to turn on debugging also for your own code to get
log messages from there.

I also like using the debugger of the IDE sometimes, like
that you can easily see whether some method gets called and
what's the state of the components and variables run-time. 
It works best if you are running just a little code at a
time, e.g. a WicketTester test.

- Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to