Re: Image Resource not loading

2009-02-01 Thread Nicolas Labrot
After some debug, it seems my firefox is bugging. It's work perfectly on chrome, IE, opera and not with firefox. It works on firefox when httpfox (a http header tracer) is running... nicolas.lab...@4dconcept.fr wrote: Hello, I'm glad to write my first message on the wicket ML. :) I

RE: image resource

2008-04-25 Thread i ii
thank you! image component can be used, no? Date: Thu, 24 Apr 2008 13:45:39 -0700 From: [EMAIL PROTECTED] To: users@wicket.apache.org Subject: Re: image resource new WebMarkupContainer(wicketId) { private static final long serialVersionUID = 1L; @Override

Re: image resource

2008-04-24 Thread Matthew Young
new WebMarkupContainer(wicketId) { private static final long serialVersionUID = 1L; @Override protected void onComponentTag(final ComponentTag tag){ super.onComponentTag(tag); tag.put(src, http://www.someothersite.com/image.gif;);