RE: Debugging variables

2011-04-11 Thread Jim O'Callaghan
Thiago, Josh, Thanks for the replies. I’ll push through on 5.3-SNAPSHOT when I have time for maven shenanigans(!) Regards, Jim. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail:

Re: Debugging variables

2011-04-11 Thread Thiago H. de Paula Figueiredo
On Mon, 11 Apr 2011 18:22:34 -0300, Jim O'Callaghan wrote: Can anyone in the know advise on the JREs that best suit Tap 5.2.4 for debugging? I’m using jdk1.6.0_21_x64 and finding a lot of things I try to put watches on or inspect using Eclipse (3.4.1) resolve to null, and I have to log t

Re: Debugging variables

2011-04-11 Thread Josh Canfield
This issue is described here: https://issues.apache.org/jira/browse/TAP5-1208 The trouble isn't with your JRE but with how tapestry rewrites your page class so that object pooling is no longer needed. It looks like upgrading to 5.2.5 should give you a better debugging experience. Josh On Mon, Apr