You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Frank <su...@gmail.com> on 2006/10/20 18:21:11 UTC

Duplicate id and updateComponents

Hi,

Got a problem with duplicate id's :

<a jwcid="@DirectLink"
           listener="listener:setAvailable"
           id="ognl:currentHour.id"
           updateComponents="ognl:{'calendar'}"
           async="ognl:true"
           parameters="ognl:currentHour"
           class="setavailable">
 </a>

When Tapestry render the HTML there are 2 id's in the code, and this gives
the async update a javascript error.

Regards
Frank