try new noncachingimage(id,  dynamicmodel<fortheresource>())

On Wed, Jun 20, 2012 at 7:01 AM, mlabs <[email protected]> wrote:
> I have a panel that I update via ajax.
> In that panel is an Image.
> The Image uses a DynamicWebResource, whose getImageData() method produces a
> PNG file.
> The getImageData() override gets called the first time the page renders but
> upon subsequent refreshes of the panel via ajax, it does not... so my image
> doesn't get updated.
> I've tried marking it as non-cacheable and I also tried invalidating it...
> but nothing seems to cause the getImageData() override to be called again...
>
> any ideas what I might be doing wrong?
>
> TIA
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/DynamicImageResource-in-ajax-panel-tp4650094.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>



-- 
thanks,

Vineet Semwal

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to