You can use additional paths too though. Like: http://localhost:8080/wicket-examples/forminput/resources/wicket.extensions.markup.html.datepicker.DatePickerSettings/style/aqua/active-bg.gif
(/style/aqua/active-bg.gif is relative to DatePickerSettings class). Eelco On 6/7/06, Frank Bille Jensen <[EMAIL PROTECTED]> wrote: > On Wed, 2006-06-07 at 21:12 -0700, Aaron Hiniker wrote: > > OK, so what could cause this to not work?? > > > > I have an image sitting in my war dir, I try to access it using the > > url scheme you provided, and I get this: > > > > 19:32:05,723 ERROR [SharedResourceRequestTarget] shared resource > > com.mysite.MyPage/images/arrow_connect_left.jpg not found > > > Have you tried to move to image into the same package as MyPage? The > resource path will then become: > > /mysite/resources/us.mysite.MyPage/image.jpg > > > Regards > Frank Bille > > > > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
