On Mon, 03 Dec 2012 18:24:59 -0200, bhorvat <horvat.z.bo...@gmail.com> wrote:

So like the title stats. Does the tapestry provides (and since when)
something for the ${id} in other words the getId() method?

The prop binding (used when you use ${} in templates when you don't specify the binding) always looks at the class component or page class associated with the template (aka same name, some package). So ${id} always comes from the id property of the corresponding class.

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