Re: [tomahaw] ppr problems with log and tree2

2007-09-20 Thread Mario Ivankovits
Hi Ernst! Great you picked it up! I must have missed the point where this log got in - my guess is that it can optionally be defined or turned on in dojo or something. However I would think a check wether or not the object is defined before using it cannot hurt. Yea, I tried if (log),

Re: [tomahaw] ppr problems with log and tree2

2007-09-20 Thread Mario Ivankovits
Hi Ernst! I have a relatively tight schedule this week, but I'll try to squeeze it in on the weekend. I decided to have a look at it myself and it looks like I got it working. Please review r577913. Mainly I've cached the partialTrigger(Pattern) configuration and apply it after each ajax

[tomahaw] ppr problems with log and tree2

2007-09-19 Thread Mario Ivankovits
Hi! First, I've commented the using of the log stuff as it seems normally thre is no log object around, at least I don't know where. From our ppr.js: if(formElement) this._addEventHandler(formElement, connectToEventArr, eventHandler); -else + /* where is the log? +

Re: [tomahaw] ppr problems with log and tree2

2007-09-19 Thread Ernst Fastl
Hi Mario! thanks for pointing out this issues. I must have missed the point where this log got in - my guess is that it can optionally be defined or turned on in dojo or something. However I would think a check wether or not the object is defined before using it cannot hurt. @whoever did this -