Re: Debugging dojo.js

2007-03-07 Thread Julian Wood
Ah okay - thanks. I misunderstood Andy's original statement. J On 7-Mar-07, at 1:28 PM, Martin Strand wrote: I think you'll have to define an asset and use that: Martin On Wed, 07 Mar 2007 21:08:41 +0100, Julian Wood <[EMAIL PROTECTED]> wrote: I tried adding to my shell

Re: Debugging dojo.js

2007-03-07 Thread Martin Strand
I think you'll have to define an asset and use that: Martin On Wed, 07 Mar 2007 21:08:41 +0100, Julian Wood <[EMAIL PROTECTED]> wrote: I tried adding to my shell component but get a Malformed OGNL expression: classpath:/ dojo/dojo.js.uncompressed.js I imagine this is to do with

Re: Debugging dojo.js

2007-03-07 Thread Julian Wood
I tried adding to my shell component but get a Malformed OGNL expression: classpath:/ dojo/dojo.js.uncompressed.js I imagine this is to do with the inclusion of the new OGNL? This is 4.1.2-SNAP J On 9-Feb-07, at 12:05 AM, andyhot wrote: Your @Shell component includes that. ht

Re: Debugging dojo.js

2007-02-11 Thread Jesse Kuhnert
You could probably monitor the entrance / exit of functions, but if you want stepping capabilities you might have to go with venkman. (maybe firebug can do this, haven't tried it yet) http://www.mozilla.org/projects/venkman/venkman-walkthrough.html The "debugAtAllCosts" parameter to the Shell/Sc

Re: Debugging dojo.js

2007-02-09 Thread Daniel Tabuenca
Thanks. I can now see the readable dojo.js. However, I guess things didn't work the way I thought. I am using firebug to try to see what goes on in tapestry's js calls (like the form stuff). However, that stuff is loaded by dojo.js asynchronously. Is there some way (using firebug or some other too

Re: Debugging dojo.js

2007-02-08 Thread andyhot
Your @Shell component includes that. http://tapestry.apache.org/tapestry4.1/components/general/shell.html See the dojoSource parameter and use the following asset for it: classpath:/dojo/dojo.js.uncompressed.js Daniel Tabuenca wrote: Is there a way to make dojo.js more human-readable? I know i