Some call it clutter, I call it refactor safe!

A problem I often saw with T4 is people tended to push as much logic
as they could into the .tml - with the pain they encountered
afterwards, I wondered why they didn't just stick to JSPs?!

And

<t:outputRaw value="    (${cursor} + 1)    "/>

does nothing more than

${cursor} + 1

as all outputRaw does is evaluate your expression and write out as
raw, un-escaped HTML.

Steve.

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

Reply via email to