Hi Tom,

my usecase is:
I wan't wicket to search for the "key=value" in particular order, i.e:

let's say i have those propertis files:

1. ...\java\com\mycompany*\external\*WicketApplication_en.properties      
2. ...\java\com\mycompany\WicketApplication_en.properties       
3. ...\java\com\mycompany*\external\*WicketApplication.properties       
4. ...\java\com\mycompany\WicketApplication.properties       

so i want Wicket to load the "wicket:messag" in the following order:

<wicket:message key="eee" />     -->should be load from 
...\java\com\mycompany\WicketApplication_en.properties

<wicket:message key="ccc" />      -->should be load from 
...\java\com\mycompany*\external\*WicketApplication_en.properties
       
<wicket:message key="jjj" />         -->should be load from 
...\java\com\mycompany\WicketApplication.properties

<wicket:message key="kkk" />      -->should be load from  
...\java\com\mycompany\WicketApplication_en.properties

any idea?

Thanks!

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-change-the-properties-file-location-in-Wicket-tp4642901p4649606.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to