Re: Dynamically generated background image

2009-07-15 Thread Mathias Nilsson
://www.nabble.com/Dynamically-generated-background-image-tp24485086p24494402.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

Dynamically generated background image

2009-07-14 Thread Filippo Bonsignori
Hi all, I would like to be able to set the background of a given div using a BufferedDynamicImageResource: I tryed using the urlFor() method from RequestCycle but without success (urlFor needs a ResourceReference and I have just a Resource). Thnx in advance for any help.

Re: Dynamically generated background image

2009-07-14 Thread Jeremy Thomerson
You could mount the resource in your application init method and use the name that you mount it for the resource reference. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jul 14, 2009 at 1:21 PM, Filippo Bonsignorifilippo.bonsign...@logobject.ch wrote: Hi all, I would like to be