Thanks for all your replies!

Fernando, I like your solution.  I was thinking on similar lines...but not
as a component, but a function that would return  the "<#=" tags which i
could 'outputraw' into the tml, like

<tr>
<td id="t2Col1Text">
<t:outputraw ${beginTag}/>data.yesterday.totalImpressions<t:outputraw
$endTag}>
</td>
</tr>

and have two functions

String getBeginTag() {
   return "<#=";
}


String getEndTag() {
   return "#>";
}

but was wondering if there is a short cut to do it :)

Thanks!



-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/how-to-make-tapestry-ignore-some-html-tags-while-parsing-tml-file-tp3257771p3258819.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to