Newbie question:

I would like to replace the content of the <title> tag with a value read
from a .properties file.

How do I set the <title> tag?

<title>${applicationTitle}</title>

How do I set a .properties files that would contain:

applicationTitle=Application Title version 1

Currently I get the error:

Class org.example.myapp.pages.Start does not contain a property named
'applicationTitle' (within property expression 'applicationTitle').
Available properties: class, componentResources, currentTime.

-- 
View this message in context: 
http://www.nabble.com/T5%3A-Newbie-question---using-a-variable-and-replace-it-with-a-property-tf4549496.html#a12982886
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to