On Thu, 21 Jan 2010 09:12:02 -0200, britske <gbr...@gmail.com> wrote:

One of these components gets it's content from a database and writes it in the BeginRender() - phase. The content to store in the database is some
html possibly with tapestry expansions. E.g: "today is:   #foo
${dateAsString} " or something. (The database route is the way to go for me in this scenario, as content is not known at design-time)

What about using some template engine like FreeMarker or Velocity in conjunction with the OutputRaw component or MarkupWriter.writeRaw()?

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, 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