May be it's related to these javascript bugs:

http://www.nabble.com/-T5.1.0.5--%27Tapestry%27-is-undefined-JavaScript-error-on-form-submit-tp23834056p23839494.html

"TAP-712: Form component: javascript error in IE when submitting form"
- Strange, I can't find this discussion on nabble, the summary is
"

Check the logs, I assume there will be some errors.
I had similar problems but these were solved once using the following settings :

-Dtapestry.combine-scripts=false -Dtapestry.gzip-compression-enabled=false

when I start the application (you could also contribute these values).

I am not sure you need both, quite possibly turning off gzip
compression is enough (there was some gzip related error in
"

thanks to Joachim Van der Auwera.

On Fri, Jul 3, 2009 at 2:50 PM, moritzgilsdorf<moritz.gilsd...@gmail.com> wrote:
>
> Hi,
>
> I have a problem with using Google Analytics in my project. I've added the
> GA scripts in my Layout.tml just before the closing body tag. When rendering
> the Page, Tapestry inserts between the GA scripts and the </body> the
> following code:
>
> <script type="text/javascript">
> <!--
> Tapestry.onDOMLoaded(function() {
> $('gene').activate();
> Tapestry.init({"validate":[["organism",[["required","You must provide a
> value for Organism."]]]]});
> });
> // -->
>
> I suspect this behavior to cause GA to fail. Does anyone has a similar
> problem or knows a quick workaround to solve this?
>
> Thanks in advance!
>
> Moritz
> --
> View this message in context: 
> http://n2.nabble.com/T5%3A-Include-Google-Analytics-Code-tp3200824p3200824.html
> Sent from the Tapestry Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to