Recently upgraded but didn't see this feature.    Awesome

Thanks


Sent from my iPhone

On 2012-09-29, at 3:22 AM, "Martin Grigorov-4 [via Apache 
Wicket]"<ml-node+s1842946n4652520...@n4.nabble.com> wrote:

> Hi, 
> 
> Which version of Wicket do you use ? 
> Wicket supports this out of the box. 
> See https://cwiki.apache.org/WICKET/caching-in-wicket-15.html for details. 
> 
> On Fri, Sep 28, 2012 at 10:08 PM, dickster <[hidden email]> wrote:
> 
> > i am trying to prevent pesky caching of CSS by having the html look like 
> > 
> > <link type="text/css" href="myStyle.css?version1" />        <-- yay,won't 
> > be 
> > cached when changed to version2 
> > 
> > as opposed to 
> > 
> > <link type="text/css" href="fieldid.css" />                       <-- boo, 
> > browser caches this too aggressively. 
> > 
> > i want this change every time the version gets updated.  i don't want to 
> > change all the usages of 
> > renderCssReference.  I was hoping for a component/page listener that would 
> > have a behavior to augment the css urls.   i'm sure i'm not the first to 
> > desire this output but haven't found the best way to do this. 
> > 
> > any ideas much appreciated. 
> > 
> > 
> > 
> > 
> > -- 
> > View this message in context: 
> > http://apache-wicket.1842946.n4.nabble.com/Appending-to-CSS-url-to-prevent-caching-tp4652508.html
> > Sent from the Users forum mailing list archive at Nabble.com. 
> > 
> > --------------------------------------------------------------------- 
> > To unsubscribe, e-mail: [hidden email] 
> > For additional commands, e-mail: [hidden email] 
> >
> 
> 
> 
> -- 
> Martin Grigorov 
> jWeekend 
> Training, Consulting, Development 
> http://jWeekend.com
> 
> --------------------------------------------------------------------- 
> To unsubscribe, e-mail: [hidden email] 
> For additional commands, e-mail: [hidden email] 
> 
> 
> 
> If you reply to this email, your message will be added to the discussion 
> below:
> http://apache-wicket.1842946.n4.nabble.com/Appending-to-CSS-url-to-prevent-caching-tp4652508p4652520.html
> To unsubscribe from Appending to CSS url to prevent caching., click here.
> NAML




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Appending-to-CSS-url-to-prevent-caching-tp4652508p4652525.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

Reply via email to