Em Tue, 28 Aug 2007 20:52:28 -0300, Angelo Chen <[EMAIL PROTECTED]> escreveu:

Class org.sample.t5.pages.Home does not contain a property named 'myhome'
(within property expression 'myhome').

You want

<t:layout title="My Home">

Try <t:layout title="literal:My Home">

The literal: prefix guarantees that the value after it is treated as a String. The default prefix for all bindings is prop:, as the error above shows. :)

Thiago.

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

Reply via email to