Hi,

On Sat, Nov 12, 2011 at 7:15 PM, hfriederichs <h.friederi...@ohra.nl> wrote:
> I solved the issue by many trial and error sessions. Maybe I can spare
> someone else this ordeal.
>
> In Firefox an Chrome it now works as in IE, by adding this statement in the
> init() of my WicketApplication:
>
> getResourceSettings().setDefaultCacheDuration(Duration.NONE);

So you basically disabled the caching for *all* resources just because
you need to disable the caching for one resource.
See 
org.apache.wicket.request.resource.AbstractResource.ResourceResponse.getCacheDuration()


>
> Regards, Hans Friederichs
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Migrating-a-ResourceStreamRequestTarget-to-a-ResourceStreamRequestHandler-2-tp4019661p4034881.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to