On Tue, 29 Jan 2013 09:19:19 -0200, sommeralex <alexander.som...@gmail.com> wrote:

Hi Thiago!

Hi!

The point is, i want to change my tml pages as quick and easy as possible.

And you end up with a mess of a template . . . With Tapestry's live class reloading, you don't need to write ugly, logic-full templates to have productivity.

I have a method, which is giving me, what i  need. getObject(String key).

If TML would support parameters for functions,

i could easily write

${getObject(x)}

${getObject(y)}

Tapestry already supports that. You just need to use ${getObject('y')} (note the quotes) when passing literal strings.

--
Thiago H. de Paula Figueiredo

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

Reply via email to