Hi,

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 my case).

Kind regards,
Joachim

Sergey Didenko wrote:
T5.1


Apparantly "Tapestry" javascript variable is unavailable in certain
circumstances, so the following line gives errors:

<form enctype="application/x-www-form-urlencoded"
onsubmit="javascript:Tapestry.waitForPage(event);" action=... '

I was suprised to see that Firefox does not show anything, so first I
decided this error is related to IE.

It looks like tapestry js library is not loaded when <t:form> is used
in some conditions.

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



--
Joachim Van der Auwera
PROGS bvba, progs.be


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

Reply via email to