Hi Im suspecting that there is a very easy solution for my problem this time. I got to define som global string resources. I allready have a MyApplication.xml where I store them. Our application is going to be big so I need a way to splitt the properties in differents xml files in the future. Example: We want to localize enums. We will have alot of enums and I dont want to have them in MyApplication.xml. So how can I load an extra EnumNames.xml?
IMPORTENT: I dont want to create an empty EnumNames.class to load the resource. I dont want to add dummy classes just for adding global resources. Jens -- View this message in context: http://www.nabble.com/Global-resources-tp22536340p22536340.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]
