Re: 5.0.13 IE javascript error

2008-07-26 Thread Alex.Hon
> - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/5.0.13-IE-javascript-

Re: 5.0.13 IE javascript error

2008-07-25 Thread Joachim Van der Auwera
Thanks Sven, that really helped to assure I don't need to include prototype in the layout template. Unfortunately I stil get the script error though. Will try to figure out how to fix that. Kind regards, Joachim Sven Homburg wrote: here some ugly code sequences hope that helps example javasc

Re: 5.0.13 IE javascript error

2008-06-25 Thread Sven Homburg
here some ugly code sequences hope that helps example javascript class (SelectSwapper.js) var SelectSwapper = Class.create(); SelectSwapper.prototype = { initialize: function(selectComponentId, linkId) { this.selectComponent = selectComponentId; this.linkId = linkId; this.selected

Re: 5.0.13 IE javascript error

2008-06-25 Thread Joachim Van der Auwera
Ok template (layout) starts like this : http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> href="http://yui.yahooapis.com/2.4.0/build/reset/reset-min.css"; /> Where the layout class includes @Inject @Path( "${tapestry.scriptaculous}/prototype.js" ) priva

Re: 5.0.13 IE javascript error

2008-06-24 Thread Sven Homburg
please share i bit more code around your problem tml and js snippet should help 2008/6/24 Joachim Van der Auwera <[EMAIL PROTECTED]>: > 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 hav

Re: 5.0.13 IE javascript error

2008-06-24 Thread Joachim Van der Auwera
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.

Re: 5.0.13 IE javascript error

2008-06-23 Thread Sven Homburg
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 t

5.0.13 IE javascript error

2008-06-23 Thread Joachim Van der Auwera
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 rega