On Fri, 28 Oct 2011 11:14:29 -0200, Barry Books <trs...@gmail.com> wrote:

I'm about to implement a new site using Twitter Bootstrap so I've been
working on a Tapestry module to support Bootstrap. The module will be
hosted here https://github.com/trsvax/tapestry-bootstrap and will be
licensed Apache2.

Cool! :)

One question would Metadata be a better way to solve this?

What do you mean by metadata? MutableComponentModel.setMeta()? If yes, I don't think so. Metadata is about information about components themselves, not a way to pass data around. Remember that metadata is the same for all instances of a given component.

The Environment is *the* way of passing information data between components when parameters aren't appropriate. Your use of it seems very appropriate here. :)

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