Hi everyone,

I have a code like this


<t:zone t:id="zoneTasks" id="zoneTask" t:update="show">
         <t:loop t:source="taskGroups" t:value="currentTaskGroup">
                  <li class="${SelectedTaskTypeClass}">
                         <t:eventlink t:event="showTasks"
t:context="currentTaskGroup" zone="^">${currentTaskGroup}</t:eventlink>
                   </li>
           </t:loop>
</t:zone>

(there is more html in between but I dont think that is important).

When I click on the link the first one works fine. However every subsequent
click doesn't work.

>From what I can see the reason for that is that tapestry puts id links and
the bottom of the page and since eventlink is in the zone it will be
refresh and this id link wont work.

Shouldn't tapestry handle this correctly? Or am I working something wrongly
here :S

Cheers

-- 
Sincerely
*Boris Horvat*

Reply via email to