On Sat, 06 Nov 2010 08:23:53 -0200, Josh Kamau <joshnet2...@gmail.com> wrote:

Thanks.

Is t:container a special tapestry component?

No. Tapestry treats some tags specially (<t:body>, <t:container>, etc), but anything else is treated as a component name. Tapestry treats every component the same way, making no distiction between the framework-provided ones and the one provided by you, other libraries, etc.

By the way, I prefer and recommend the <table t:type="Grid"> syntax instead of the <t:grid> one. the table tag and the Grid component are just examples. It could be any tag and any component.

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