My guess is it has something to do with code you aren't showing us... I'd love to help but I don't have the time to try all the variations that might be causing your problem. If you can create a small sample page that reproduces the problem I'll be glad to help you figure out what's wrong.
It'd also be helpful to know what version of Tapestry you are using. Thanks, Josh On Mon, Mar 22, 2010 at 6:52 AM, peter ricke <i...@peter-ricke.de> wrote: > Hello, > I`m writing a component wherein a zone is used for displaying various > content via blocks. > One of this blocks contains the following code > > <t:block id="infoBlock"> > <div class="p_ShowActInfo" style="background-color:#444444"> > <h2>${playingAct.title}</h2> > <a href="#" onclick="Effect.SlideDown('info1'); return false; " > id="info1a">\/</a> > <a href="#" onclick="Effect.SlideUp('info1'); return false;" > id="info1b" >/\</a> > <div id="info1" style="display:none;"> > <t:delegate to="InnerInfoBlock"/> > </div> > <!-- this goes if javascript disabled --> > <NOSCRIPT> > <t:delegate to="innerInfoBlock"/> > </NOSCRIPT> > </div>... > > This workes as expected. (By klicking the links, the info in the > innerInfoBlock is displayed or removed...) > > But after displaying another block in the zone and then displaying again > this "infoBlock", the javascript doesn`t work any more > in IE (but works like a charme in Chrome or Firefox) > > > The Error message of IE doesnt tell me anything: > > > Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; > Trident/4.0; GTB6.4; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR > 3.5.30729; AskTB5.5) > Zeitstempel: Mon, 22 Mar 2010 13:49:22 UTC > > Meldung: Syntaxfehler > Zeile: 1 > Zeichen: 18 > Code: 0 > URI: http://localhost:8080/agenda/view/music > > > I would be very thankfull for any advices > Thanks > Peter > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- -- http://www.bodylabgym.com - a private, by appointment only, one-on-one health and fitness facility. -- http://www.ectransition.com - Quality Electronic Cigarettes at a reasonable price! -- TheDailyTube.com. Sign up and get the best new videos on the internet delivered fresh to your inbox. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org