Another solution is to add an IBehavior to the component, and let the
behavior modify the src attribute. This can be can with the
SimpleAttributeModifier:

Image image = new Image("someWicketId");
image.add(new SimpleAttributeModifier("src", "http://.....jpg";));
add(image);
-- 
View this message in context: 
http://www.nabble.com/Plain-IMG-src-urls-tp21547371p21668078.html
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