Hi,

is it possible to load an image which is located on another server. In my
Page-Class I like to do somethink like this:

add(new Image("myImage", new
SomeKindOfWebReference("http://www.sample.com/sampleImage.gif";)));

Can this be provided by the framework or do I have to create my own
WebResource-Implementation which reads the picture in the
getResourceStream()-Method???

Many thanks for you help
Sebastian
-- 
View this message in context: 
http://www.nabble.com/Load-Image-from-another-server-tf4695833.html#a13422770
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to