Re: [Wicket-user] WicketTester & .properties file

2006-05-23 Thread Bram Buitendijk
Ingram Chen schreef: You can alter locale in webSession, for example: wicketTester.getWicketSession().setLocale(new Locale("fa_IR")); Thanks, but that wasn't really what i was looking for. I've now subclassed my own WicketTester: MyWicketTester, and i can have my own MyWicketTester.properties

Re: [Wicket-user] WicketTester & .properties file

2006-05-22 Thread Ingram Chen
You can alter locale in webSession, for example:wicketTester.getWicketSession().setLocale(new Locale("fa_IR"));On 5/22/06, BramB < [EMAIL PROTECTED]> wrote: I'm using the getString(String key) method in a few Components, to accesslocalized Strings from the properties file.When testing the component

[Wicket-user] WicketTester & .properties file

2006-05-22 Thread BramB
I'm using the getString(String key) method in a few Components, to access localized Strings from the properties file. When testing the components with WicketTester, how do i point WicketTester to the properties file i want it to use? -- View this message in context: http://www.nabble.com/WicketTe