It looks like the tutorial is out of date - try this: <meta name="heading" jwcid="@Any" content="message:personList.heading"/>
I'll fix the tutorial. Thanks, Matt On 10/18/07, Bartolomej <[EMAIL PROTECTED]> wrote: > > Hi Matt > > It looks like tapestry is ignoring the code... > The resulting html page shows this: > > <meta name="heading" content="<span key='personsList.heading'/>"/> > > I have tried by entering personsList.heading in > ApplicationResources.properties, tapestry.properties and persons.properties. > Without any result though... > > Bartoloměj > > > mraible wrote: > > > > This is likely the issue - you need to update i18n in two places with > > Tapestry: both in ApplicationResources.properties and in > > WEB-INF/tapestry.properties. > > > > Matt > > > > On 10/17/07, Bartolomej <[EMAIL PROTECTED]> wrote: > >> > >> Hi Matt, > >> > >> Thank you for the fast reply. > >> Currently, I'm using AppFuse 2 M5; > >> > >> Bartoloměj > >> > >> > >> mraible wrote: > >> > > >> > What version of AppFuse are you using? In versions prior to 2.0, there > >> > were tapesty*.property files in WEB-INF that contained the i18n > >> > resources. This was fixed in Tapestry 4.1.13 - or rather they added > >> > the ability to customize the location of a global i18n bundle. > >> > > >> > Matt > >> > > >> > On 10/17/07, Bartolomej <[EMAIL PROTECTED]> wrote: > >> >> > >> >> > Hi! > >> >> > > >> >> > I'm trying out Tapestry with Appfuse... > >> >> > > >> >> > The third line in the html file is supposed to take the value from > >> the > >> >> key > >> >> > personList.heading from applicationResources.properties and show it > >> on > >> >> the > >> >> > page. This, however, doesn't work. No heading is shown on the final > >> >> page. > >> >> > I > >> >> > also tried writing the key in personList.properties, but without any > >> >> > change > >> >> > in the final page... > >> >> > > >> >> > Any ideas? > >> >> > > >> >> > Thx! > >> >> > > >> >> > HTML: > >> >> > <head> > >> >> > <title></title> > >> >> > <meta name="heading" content=""/> > >> >> > <meta name="menu" content="PersonMenu"/> > >> >> > </head> > >> >> > > >> >> > ApplicationResources.properties: > >> >> > personList.heading=Persons > >> >> -- > >> >> View this message in context: > >> >> > >> http://www.nabble.com/Tapestry-heading---personsList.html-tf4642116s2369.html#a13258953 > >> >> Sent from the AppFuse - User mailing list archive at Nabble.com. > >> >> > >> >> --------------------------------------------------------------------- > >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> >> For additional commands, e-mail: [EMAIL PROTECTED] > >> >> > >> >> > >> > > >> > > >> > -- > >> > http://raibledesigns.com > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: [EMAIL PROTECTED] > >> > For additional commands, e-mail: [EMAIL PROTECTED] > >> > > >> > > >> > > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/Tapestry-heading---personsList.html-tf4642116s2369.html#a13259882 > >> Sent from the AppFuse - User mailing list archive at Nabble.com. > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > > http://raibledesigns.com > > > > > > -- > View this message in context: > http://www.nabble.com/Tapestry-heading---personsList.html-tf4642116s2369.html#a13275338 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com
