On Fri, 20 Jan 2012 20:43:09 -0200, bhorvat <horvat.z.bo...@gmail.com> wrote:

Hope this is bit better. Thanks

--------------------------------
   <t:zone t:id="zoneMediaPreview" t:update="show">

t:id is the Tapestry component id. id is the HTML id attribute. You should add id attributes to solve your problem:

<t:zone t:id="zoneMediaPreview" id="zoneMediaPreview" t:update="show">

--
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