You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org> on 2007/04/25 23:58:15 UTC

[jira] Resolved: (WICKET-359) Allowing to Construct an Image with a distant resource

     [ https://issues.apache.org/jira/browse/WICKET-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Quenot resolved WICKET-359.
-----------------------------------------

    Resolution: Won't Fix
      Assignee: Jean-Baptiste Quenot

See WICKET-390, where the idea is to introduce ContextImage, a class to make it trivial to link to context relative images.

> Allowing to Construct an Image with a distant resource
> ------------------------------------------------------
>
>                 Key: WICKET-359
>                 URL: https://issues.apache.org/jira/browse/WICKET-359
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Vincent Demay
>         Assigned To: Jean-Baptiste Quenot
>         Attachments: LocalizedImageResource.java.txt, LocalizedImageResource.patch.txt
>
>
> The attach patch allows to use Image(String, String) or Image(String, Model) with a distant resource.
> ie : 
> Image img2 = new Image("img2", "http://wicket.sourceforge.net/css/banner-bg.png");
> 		

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.