Re: Message Properties

2006-04-27 Thread Andreas Bulling
| First of all, I would like to say thank you for the prompt reply from | Andreas and Hugo. You're welcome ;) | From the above statement tapestry seem will load propertes with name | myapp.properties, and etc. However, I just can success load those properties | from myapp.properties only but tape

Re: Message Properties

2006-04-27 Thread seng kim khong
Hi, First of all, I would like to say thank you for the prompt reply from Andreas and Hugo. I still got some thing need to be clarify. According to the tapestry documetation as provided by Hugo, "The specification may also have a message catalog; for instance, for WEB-INF/myapp.application,

Re: Message Properties

2006-04-27 Thread Hugo Palma
Andreas > > On 27. Apr 2006 - 18:20:33, seng kim khong wrote: > | Hi All, > | > | > | I would like to ask that is it possible we can put the message > properties > | file in a centric place? > | Because it will quite troublesome if we just can refer to the message > |

Re: Message Properties

2006-04-27 Thread Andreas Bulling
Hi, you know about the name_of_your_application.properties file below WEB-INF? Andreas On 27. Apr 2006 - 18:20:33, seng kim khong wrote: | Hi All, | | | I would like to ask that is it possible we can put the message properties | file in a centric place? | Because it will quite troublesome

Message Properties

2006-04-27 Thread seng kim khong
Hi All, I would like to ask that is it possible we can put the message properties file in a centric place? Because it will quite troublesome if we just can refer to the message properties file with the same name of the file page if we got few page need to using same property. For example, I got