Re: T5: How can I use Application Message Catalog

2007-10-03 Thread ?
I tried on 5.0.5, then it works! Thank you so much. -- Ken: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5: How can I use Application Message Catalog

2007-10-03 Thread ?
Nick Westgate wrote: That's a bit old now. ;-) Oh, I see... Anyway thanks a lot. -- Ken: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5: How can I use Application Message Catalog

2007-10-03 Thread Nick Westgate
That's a bit old now. ;-) See how you go with 5.0.5 first. If that works ok, start reading the posts in the list about the changes to upgrade to 5.0.6. Cheers, Nick. (?) ?? wrote: You restarted the container, right? Tomcat or Jetty? Either way, it should have worked. I restarted Jetty b

Re: T5: How can I use Application Message Catalog

2007-10-03 Thread ?
You restarted the container, right? Tomcat or Jetty? Either way, it should have worked. I restarted Jetty but doesn't work. Tapestry 5.0.5 or 5.0.6? My Tapestry is 5.0.4. Is this wrong? -- Ken: [EMAIL PROTECTED] - To unsu

Re: T5: How can I use Application Message Catalog

2007-10-03 Thread Nick Westgate
But I rename it to "app.properties" and move to WEB-INF, It did not work. You restarted the container, right? Tomcat or Jetty? Either way, it should have worked. Tapestry 5.0.5 or 5.0.6? Cheers, Nick. - To unsubscribe, e-mail:

Re: T5: How can I use Application Message Catalog

2007-10-03 Thread (株)ジインズ 岸野
Angelo Chen wrote: then in your template, you do: ${message:name-label} ? A string "[[missing key: name-label]] " was displayed. Nick Westgate wrote: > How are you using the messages? I use BeanEditForm. I made a Bean "MyBean" like: public class MyBean { private int _id; p

Re: T5: How can I use Application Message Catalog

2007-10-03 Thread Angelo Chen
then in your template, you do: ${message:name-label} ? (株)ジインズ 岸野 wrote: > > Sorry. > > I made "app.properties" under "WEB-INF". > But ignored. > >> file name should be app.properties and put it under WEB-INF directory. >> >> >> (株)ジインズ 岸野 wrote: >> >>>Hi, >>> >>>I want to use Applicatio

Re: T5: How can I use Application Message Catalog

2007-10-03 Thread Nick Westgate
How are you using the messages? Cheers, Nick. (株)ジインズ 岸野 wrote: Sorry. I made "app.properties" under "WEB-INF". But ignored. file name should be app.properties and put it under WEB-INF directory. (株)ジインズ 岸野 wrote: Hi, I want to use Application Message Catalog to define common labels.

Re: T5: How can I use Application Message Catalog

2007-10-03 Thread (株)ジインズ 岸野
Sorry. I made "app.properties" under "WEB-INF". But ignored. file name should be app.properties and put it under WEB-INF directory. (株)ジインズ 岸野 wrote: Hi, I want to use Application Message Catalog to define common labels. http://tapestry.apache.org/tapestry5/tapestry-core/guide/localizati

Re: T5: How can I use Application Message Catalog

2007-10-03 Thread Angelo Chen
file name should be app.properties and put it under WEB-INF directory. (株)ジインズ 岸野 wrote: > > Hi, > > I want to use Application Message Catalog to define > common labels. > > > http://tapestry.apache.org/tapestry5/tapestry-core/guide/localization.html > > In URL above, it says "WEB-INF/AppNa

T5: How can I use Application Message Catalog

2007-10-03 Thread (株)ジインズ 岸野
Hi, I want to use Application Message Catalog to define common labels. http://tapestry.apache.org/tapestry5/tapestry-core/guide/localization.html In URL above, it says "WEB-INF/AppName.properties" is the Application Message Catalog and says AppName is the name of filter in "web.xml". My web.xm