Well... In this case, if the cardLightbox generates an id you will start
with one hidden element with the id when you render the page.

Then, when the colorbox pops up the HTML will be used to create another
with exactly the same id.

On 19 Sep 2013 11:55, "Dmitry Gusev" <dmitry.gu...@gmail.com> wrote:
>
> You will get 2 elements with the same id in dom only if you do this
> intentionally in code.
> Tapestry will never do this for you.
> I use this approach heavily in my code and don't have any problems with
it.

Reply via email to