On Fri, 17 Feb 2012 06:50:15 -0200, ksrijith <ksrij...@gmail.com> wrote:
Hi,
Hi!
While doing this all the values are getting populated to the template
properly except the t:id field.
t:id is the Tapestry component id, not the HTML id. t:id is static, so you
cannot set it from a property.
Try this: <input t:type="submit" t:id="actionKey"
id="actionKey_${someProperty}"
t:value="${actionmapValue}" class="formbtn">
</input>
--
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