Have a look at the java.util.ResourceBundle class (which is essentially what Wicket uses).
On Mon, May 19, 2008 at 9:52 AM, Blackbird <[EMAIL PROTECTED]> wrote: > > My question isn't about i18n. > Wicket has its own very nice system of properties (MyApplication.properties, > MyWebPage.properties) which makes it so easy to get when one writes his HTML > files. > > Can we ask wicket to get the value from a key in a java class just as > easily? I don't want to specify the path or even the name of the property > file, I shouldn't have to: no need to do it in the HTML files, why would I > have to in my Java classes? > -- > View this message in context: > http://www.nabble.com/.properties-files-question-tp13821533p17316712.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
