On Sun, 28 Oct 2012 11:06:23 -0200, membersound <memberso...@web.de> wrote:

What is the T5 equivalent to the following JSF?

The closes thing to a JSF managed bean is page classes, but with the requirement that every page class has exactly one template and vice-versa. Don't try to learn Tapestry using JSF concepts: they're too different. For example, the request scope in Tapestry doesn't exist because there's no need for it: with a 1:1 relationship between page classes and templates (also between components and templates), in a template, you always know where the data comes from (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