Re: Upgrade from T4 to T4.1: Javascript problem

2008-09-28 Thread Christian Haselbach
Hi Andreas Andreou wrote: > well, if it's easily reproducable add a bug report - > It is easily reproducible, but I'm not sure that the problem is a bug in Tapestry. It probably is not. > otherwise, perhaps attaching the resulting html might help us find the cause > Unfortunately, I cannot

Re: Upgrade from T4 to T4.1: Javascript problem

2008-09-23 Thread Matt Brock
It doesn't sound like you're overriding the ajaxDelegate properly. In case you don't already know (and for posterity if anyone else decides to do this), you have to implement your own Ajax delegate factory (and config it correctly in hivemodule), then provide a javascript interface to the built-i

Re: Upgrade from T4 to T4.1: Javascript problem

2008-09-19 Thread Andreas Andreou
well, if it's easily reproducable add a bug report - otherwise, perhaps attaching the resulting html might help us find the cause On Fri, Sep 19, 2008 at 12:57 PM, Christian Haselbach <[EMAIL PROTECTED]> wrote: > Hi > > Andreas Andreou wrote: >> No, this shouldn't be the cause of this... >> >> Do

Re: Upgrade from T4 to T4.1: Javascript problem

2008-09-19 Thread Christian Haselbach
Hi Andreas Andreou wrote: > No, this shouldn't be the cause of this... > > Does this happen on FF? Does firebug show any resources not loading? > It happens on Firefox and IE. No, firebug reports nothing suspicious. I think I saw someone reporting a similar problem, but there was no further re

Re: Upgrade from T4 to T4.1: Javascript problem

2008-09-19 Thread Andreas Andreou
No, this shouldn't be the cause of this... Does this happen on FF? Does firebug show any resources not loading? On Fri, Sep 19, 2008 at 11:56 AM, Christian Haselbach <[EMAIL PROTECTED]> wrote: > Hi, > > I was just trying to upgrade from T4 to T4.1 (4.1.6). When Javascript is > enabled, the page

Upgrade from T4 to T4.1: Javascript problem

2008-09-19 Thread Christian Haselbach
Hi, I was just trying to upgrade from T4 to T4.1 (4.1.6). When Javascript is enabled, the page will be blank. With Javascript disabled in the browser, the page renders just fine. I replaces the ajaxDelegate in the Shell component with an empty render method. This works, but of course I get Javascr