thank you! image component can be used, no?
> Date: Thu, 24 Apr 2008 13:45:39 -0700 > From: [EMAIL PROTECTED] > To: [email protected] > Subject: Re: image resource > > 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"); > } > }; > > > On Thu, Apr 24, 2008 at 11:47 AM, i ii <[EMAIL PROTECTED]> wrote: > > > > > how to get image src from other site? i need to update image based on user > > input > > > > // does not work > > new Image("wicketId", new Model("http://www.someothersite.com/image.gif > > ")); > >
