On Thu, 21 Jul 2011 04:31:43 -0300, ashu.soman <soman.ashut...@atos.net> wrote:

Hi,

Hi!

I need to use javascript in a loop which uses t:id of an element(a radio
button). The javascript in an onclick event on another element(an image).
But since tapestry is not allowing me to put t:id in t:id="${}" this
fashion, i'm facing problem.

t:id is the Tapestry component instance id in the template. Tapestry pages and components have strictly static structure and very dynamic behavior.

What you need to do is using id="${}", not t:id.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to