Thanks Sven, but what exactly are you referring to?
If you are referring to the use of RenderSupport for javascript, then I
should explain a bit.
I have already had to make various changes in my Layout classes etc to
assure they work with the move of the javascript to the bottom of the
page. The last problem I faced was that the onchange on some of my
select items use prototype and were run (causing javascript errors in
IE) before prototype.js is loaded. To fix that, I explicitly refer to
prototype in "<head>" section in my Layout class. I know this results in
prototype being included twice, but I don't know of a way to fix this as
I seem to have a chicken and egg problem here.
Thanks for the help,
Joachim
Sven Homburg wrote:
please read
http://tapestry.apache.org/news.html#Tapestry%205.0.13
2008/6/23 Joachim Van der Auwera <[EMAIL PROTECTED]>:
Hi,
after upgrade of my application to tapestry 5.0.13 I get a "unknown runtime
error" on loading the page in IE.
This is reported at line 2403 of prototype.js on the line
"else element.innerHTML = content.stripScripts()"
Does anybody have any idea how this problem can be remedied?
Kind regards,
Joachim
--
Joachim Van der Auwera
PROGS bvba, progs.be
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Joachim Van der Auwera
PROGS bvba, progs.be
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]