> After looking at the code, it seems that this error message should not > include the class name in the message. I've checked the .war deployment I > have the images folder next to the MyPage class and also in the respective > place in my 'resources' directory. This is supposed to work as of 1.2 > release, right?
Nope, not the 1.2 release. I made this change this weekend, so it'll only work with trunk and the next 1.2.1 release. Paths/ additional dirs work too, as you can test by e.g. navigating to http://localhost:8080/wicket-examples/forminput/resources/wicket.extensions.markup.html.datepicker.DatePickerSettings/style/aqua/active-bg.gif > I dunno anymore, I've spent hours trying to get this thing > to work (removing the implemention for PackageResource.bind instead of > throwing an exception was just *evil*! If you really want to prohibit the > function from being used, remove it or throw an exception :). Sorry about that. It should just work, that's why I made it a no-op. Not making it a no-op would mean that I would break clients, which is something we won't do for 1.2 unless there is a darn good reason for it. (admitted, I initially broke the API, but was sorry about it two days later and I reversed the breakage). Eelco _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
