On Thu, 18 Nov 2010 14:58:54 +0100 Martin Grigorov <[email protected]> wrote: > About Image+Ajax re-paint: > https://issues.apache.org/jira/browse/WICKET-1382 > <https://issues.apache.org/jira/browse/WICKET-1382>Does this help in > this case ? I don't have time right now to look at the code and I > have no experience with this resource.
Yes, this would (partially!) help and IMO it makes sense to have this in 1.4.x too. In my particular use case I was using NonCachingImage already, though, since it wasn't only AJAX repaints, but also normal page renders. The random anticache parameter alone doesn't fix my case though. Since RenderedDynamicImageResource keeps the image data across requests, it would still be the same data even if the browser makes a new request. This is why I made the subclass I included in the original message. I could file this as a JIRA ticket complete with patch if it's considered useful. Carl-Eric www.wicketbuch.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
