I'm playing with Wurfl and mobile development on Wicket now and I was looking at ResourceNameIterator.
It seems to be the best place to have an extended version of the resource stream locator algorithm. What I want to do is to get this: 1. <path>_<style>_<locale>_<mobile>.<extension> 2. <path>_<locale>_<mobile>.<extension> 3. <path>_<style>_<mobile>.<extension> 4. <path>_<style>_<locale>.<extension> 5. <path>_<mobile>.<extension> 6. <path>_<locale>.<extension> 7. <path>_<style>.<extension> 8. <path>.<extension> Where <mobile> is a mobile device based on Wurfl XML. Would also be a great contribution to Wicket's core this stream locator pattern. Bruno Borges www.brunoborges.com.br +55 21 76727099 "The glory of great men should always be measured by the means they have used to acquire it." - Francois de La Rochefoucauld
