On Tue, 09 Nov 2010 20:08:04 -0200, hese <1024h...@gmail.com> wrote:

Hi,

Hi!

I am using html templates in my TML file...something like the below, to be used with jQuery and other libraries to dynamically fill values easily.
<tr>
  <td id="t2Col1Text"><#= data.yesterday.totalImpressions #></td>
</tr>

Tapestry templates must be well-formed XML and it's parsed by an XML parser, so you need to find another solution. Maybe you'll need to use the OutputRaw component.

By the way, using <#= inside HTML seems very, very hacky to my taste.

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