On Mon, 13 Aug 2012 19:14:47 -0300, Paul Stanton <p...@mapshed.com.au> wrote:

Is there any drawback to ALWAYS setting t:id & id so they are equal?

Yep. You could end up having two different HTML elements with the same id in the same page, which is forbidden in HTML. On the other hand, I do think that the id parameter of Zone could use the t:id as the default value for id, even if the component needs to add a suffix to it later to avoid the problem above.

If not, i may create a patch/custom zone component until tapestry catches up .. ?

What about a mixin? No patches needed.

--
Thiago H. de Paula Figueiredo

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

Reply via email to