Specific user/session properties and resources

2010-06-17 Thread Brown, Berlin [GCG-PFS]
I still want to use wicket message resource tags in my markup. But, I need a system to load and reload resources property data for each page and request. Or maybe load properties per user session. Is this possible using Wicket resource loader classes. Ideally, it looks like I should use a

Re: Specific user/session properties and resources

2010-06-17 Thread Igor Vaynberg
scanning for i18n resources is expensive, that is why they are cached. if you want something more dynamic perhaps you should not use wicket's i18n mechanism to accomplish it. -igor On Thu, Jun 17, 2010 at 8:22 AM, Brown, Berlin [GCG-PFS] berlin.br...@primerica.com wrote: I still want to use