Re: [Wicket-user] Whats Wickets way of searching all resource files

2006-12-04 Thread Jesper Preuss
I have made a bug report http://issues.apache.org/jira/browse/WICKET-137 If any have an idea where to look to fix this, I would like to try. On 12/4/06, Erik van Oosten <[EMAIL PROTECTED]> wrote: > Hi Jesper, > > I agree and also think this is not correct. You can create a JIRA issue > here: http

Re: [Wicket-user] Whats Wickets way of searching all resource files

2006-12-04 Thread Erik van Oosten
Hi Jesper, I agree and also think this is not correct. You can create a JIRA issue here: http://issues.apache.org/jira/browse/WICKET Its more likely to get fixed quickly if you have a patch. Please add a link to the issue on the wiki page. Regards, Erik. Jesper Preuss schreef: > Now I hav

Re: [Wicket-user] Whats Wickets way of searching all resource files

2006-12-04 Thread Jesper Preuss
Now I have testet it again. The layout on the Page.html: Page Form id="formId" [testdata] Checking order using: Using --> [testdata] or Using --> new ResourceModel("theform.resourcedata", "defaultValue") where we use defaultValue it will ou

Re: [Wicket-user] Whats Wickets way of searching all resource files

2006-12-04 Thread Erik van Oosten
Interesting. Can you see what happens if the *_en.properties file is not there? Perhaps we need to change the text on the wiki, or else we should file an issue in Jira. Regards, Erik. Jesper Preuss schreef: > I have a question about what Wicket should traverse properties files > and what

[Wicket-user] Whats Wickets way of searching all resource files

2006-12-03 Thread Jesper Preuss
I have a question about what Wicket should traverse properties files and what it does. Take a look in http://cwiki.apache.org/WICKET/i18n-and-resource-boundles.html here it says Wicket will look in properties files according to this: 1. MyPanel_locale.properties 2. then MyPanel.properties 3. MyPag