Re: ResourceBundle for client??

2009-03-18 Thread Danny Schimke
Is the Constants- Interface of GWT the thing, what you are searching for? With this you can read the values from a properties- file -Danny 2009/3/17 joe young keven.c...@gmail.com Can client code able to use java.util.ResourceBundle? I have some information in a propertie file and I don't

Re: ResourceBundle for client??

2009-03-18 Thread joe young
YES~!! It is exactly what I'm looking for!! Thank you so much Danny~ On Mar 18, 8:03 am, Danny Schimke schimk...@googlemail.com wrote: Is the Constants- Interface of GWT the thing, what you are searching for? With this you can read the values from a properties- file -Danny 2009/3/17 joe

ResourceBundle for client??

2009-03-17 Thread joe young
Can client code able to use java.util.ResourceBundle? I have some information in a propertie file and I don't want to get it via RPC, is there an easy way to do it? Right now when I use java.util.ResourceBundle in client side code, it gives me this error~ [ERROR] Hint: Check the inheritance