Controlling the order of resource files

2009-08-17 Thread Arie Fishler
Hello, The normal way wicket goes over resource files is based on locale and different component names, application name etc. What's the best practice for a situation in which I would like my application to find the resource file based on a skin. This means that for the same classes set (same

Re: Controlling the order of resource files

2009-08-17 Thread bgooren
for resource files the same way it does but add a prefix for every resource file name Thanks, Arie -- View this message in context: http://www.nabble.com/Controlling-the-order-of-resource-files-tp25002679p25002802.html Sent from the Wicket - User mailing list archive at Nabble.com

SV: Controlling the order of resource files

2009-08-17 Thread Wilhelmsen Tor Iver
It is like I need another selection mechanism for resource file which is not the locale but something that is specific to the logic of my application. Look at styles, i.e. Session.setStyle(String) and the documentation there for resource lookup. Basically the style tag goes before the

Re: Controlling the order of resource files

2009-08-17 Thread Arie Fishler
Many thanks guys...this is exactly what I meant. Happy this is found in the base of wicket. Anoter example of how flexible and great wicket is:) Cheers..great day to all. Arie. On Mon, Aug 17, 2009 at 11:17 AM, Wilhelmsen Tor Iver toriv...@arrive.nowrote: It is like I need another selection