Hi,

Nitpicking here, sorry, but there's an important difference between using message:key and ognl:messages.getMessage(key): The former is a little faster as Tapestry knows that the result is invariant. In the latter case, Tapestry goes through some checks to see if this is the case. : )

-Filip

Martin Strand skrev:
Try this:

foo="ognl:messages.getMessage(fact.name)"

the "message:" prefix is just a shorter syntax for the above expression.

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to