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

Reply via email to