class simpleimage extends webmarkupcontainer {
  protected void oncomponenttag(tag) {
       tag.put("src", getmodelobjectasstring());
  }
}

-igor

On Mon, Jan 19, 2009 at 9:15 AM, Prag <pragprog...@gmail.com> wrote:
>
> I have a DB table that contains plain URL's in text like
> http://someExternalServer/blabla/1.jpg.
>
> How can I put this plain text URL in a HTML IMG elements' SRC attribute
> without Wicket making modifications to the URL?
> --
> View this message in context: 
> http://www.nabble.com/Plain-IMG-src-urls-tp21547371p21547371.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to