Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2010-12-07 Thread Jonathan Barker
I have hit this before, and I don't have a definitive reason. But at least you are not alone. I have considered it may have something to do with the production setup where the Tomcat instance sits behind a proxy and uses the AJP connector, because I don't get it on my development system. On Tu

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2010-12-07 Thread Donny Nadolny
Combine scripts is an optimization that Tapestry can do where it combines all the javascript files in to one virtual file to minimize the number of HTTP requests that the browser has to do. As for your problem, you say you've included jQuery - are you setting no conflict mode on? http://api.jquery

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2010-12-07 Thread rajesh
Hi, I am getting "Tapestry is undefined" error on form submit. I have tried both Firefox 3.6.12 and IE 8 (Version: 8.0.6001.18702). On both the browsers, I am facing the same error. Can someone please explain what switching off combine scripts is? Here are the tapestry/jquery packages that I

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-12-18 Thread olip
Hey Joachim, Thank you so much! This works like a charm! Thanks again for your quick help! Joachim Van der Auwera (PROGS bvba) wrote: > > Sometimes this is caused by the combine script settings which can give > problems in IE when the URL becomes too long. Switching off combine > scripts may

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-12-18 Thread Joachim Van der Auwera (PROGS bvba)
Sometimes this is caused by the combine script settings which can give problems in IE when the URL becomes too long. Switching off combine scripts may help. Kind regards, Joachim olip wrote: Found out that on 5.1.0.1 it is still working (tapestry.js is rendered) but 5.1.0.2. it is no longer w

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-12-18 Thread olip
Found out that on 5.1.0.1 it is still working (tapestry.js is rendered) but 5.1.0.2. it is no longer working olip wrote: > > > I have the same problems with T5.1.0.5. I downgraded to 5.0.18 and the > Tapestry.js reappears in my code again. > > > > Eric Ma wrote: >> >> >> Howard Lewis Ship

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-12-18 Thread olip
I have the same problems with T5.1.0.5. I downgraded to 5.0.18 and the Tapestry.js reappears in my code again. Eric Ma wrote: > > > Howard Lewis Ship wrote: >> >> Well, you could verify that with a "view source"; it seems unlikely to >> me, but that would be a start towards investigating th

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Eric Ma
Howard Lewis Ship wrote: > > Well, you could verify that with a "view source"; it seems unlikely to > me, but that would be a start towards investigating this. > > Howard M. Lewis Ship > Well, I had never had the need to explicitly include tapestry.js, until today that is. T5 apparently does

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Sergey Didenko
I created an issue about this problem a few days ago: https://issues.apache.org/jira/browse/TAP5-712 - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Thiago H. de Paula Figueiredo
Em Tue, 02 Jun 2009 14:06:58 -0300, Howard Lewis Ship escreveu: Well, you could verify that with a "view source"; it seems unlikely to me, but that would be a start towards investigating this. This problem can also be cause by some previous Javascript error. Using Firebug and/or Web Devel

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Howard Lewis Ship
Well, you could verify that with a "view source"; it seems unlikely to me, but that would be a start towards investigating this. On Tue, Jun 2, 2009 at 8:44 AM, Eric Ma wrote: > > > > Howard Lewis Ship wrote: >> >> That's odd because I've tested this under IE 7 and it works.  Anyone >> else seein

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Eric Ma
Howard Lewis Ship wrote: > > That's odd because I've tested this under IE 7 and it works. Anyone > else seeing this? > > Howard M. Lewis Ship > > Creator of Apache Tapestry > Director of Open Source Technology at Formos > Thanks for the reply Howard. One thing I notice is on the page whe

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Howard Lewis Ship
That's odd because I've tested this under IE 7 and it works. Anyone else seeing this? On Tue, Jun 2, 2009 at 7:44 AM, Eric Ma wrote: > > I have a simple form: > > > > T5.1.0.5 turns it into: > > onsubmit="javascript:Tapestry.waitForPage(event);" action="../myClass" > method="post" id="myForm"

[T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Eric Ma
I have a simple form: T5.1.0.5 turns it into: What is this extra bit onsubmit="javascript:Tapestry.waitForPage(event);" for? IE 7 gives a runtime JS error: 'Tapestry' is undefined. However, the form gets submiited properly. So this is not a show-stopper. It is simply an annoyance. Any s