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
> "));
>

Reply via email to