0
訪問index.properties名值很容易在一個TML,一個簡單的index.tml使用$ {} message.greeting如何訪問app.properties在掛毯5 TML文件
<h1>${message:greeting}</h1>
一個人怎麼從index.tml中應用程序的通用app.properties文件訪問名爲welcome的名稱值?
訪問index.properties名值很容易在一個TML,一個簡單的index.tml使用$ {} message.greeting如何訪問app.properties在掛毯5 TML文件
<h1>${message:greeting}</h1>
一個人怎麼從index.tml中應用程序的通用app.properties文件訪問名爲welcome的名稱值?
它完全一樣。 Tapestry首先查看頁面的屬性文件(如果有),然後查找app.properties。
<H1> $ {消息:歡迎} </H1 >