This is my tml code

 <t:loop t:source="image" t:value="pojo">    //problem with <t:loop>
     
        //image tag here  
      

    <div class="app_overlay" id="overlay${pojo.id}">
            ${pojo.url} 
     </div>
 </t:loop>

This is my jquery for overlay

    $("a[rel]").overlay({ top: '24%' ,
         mask: { 
           color: '#0f0f0f',
           loadSpeed: 200,
           opacity: 0.9

      },

           closeOnClick: false ,
    });

My problem is, without t:loop(i mean with static source) it works perfectly,
but if i give this code in t:loop. It doesn't work. Please help me


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/t-loop-issue-tp5098960p5098960.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to