maybe something like this

String RESOURCE_NAME = MyClass.class.getName();
Application.get().getSharedResources().add(RESOURCE_NAME, new
MyImageResource());
ResourceReference ref = new ResourceReference(RESOURCE_NAME);
getPage().urlFor( ref );

-- 
View this message in context: 
http://www.nabble.com/Dynamically-generated-background-image-tp24485086p24494402.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