Dear, 

I'm converting a project from wicket 1.4 to wicket 1.5. 
Underneath worked in 1.4, but doesn't in 1.5. 

- In my application I add an additional resource folder:
  getResourceSettings().addResourceFolder("c:\\myfolder");
- I have a class ResourceGetter in com.test package.
- I'm trying to get "test.xml" from the filesystem doing the following:
  ResourceGetter.getClass().getResource("test.xml").
- This works when the "test.xml" is inside my project, but not when it's on
c:\myfolder\com\test\test.xml.

Is this a bug, or am I doing something wrong? Thanks in advance !

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/1-5-getResourceSettings-addResourceFolder-getResource-tp4563969p4563969.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