Re: Appending to CSS url to prevent caching.

2012-09-29 Thread Martin Grigorov
-- > 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. > > --

Re: Appending to CSS url to prevent caching.

2012-09-29 Thread dickster
t; 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. > > >

Re: Appending to CSS url to prevent caching.

2012-10-02 Thread dickster
sReference("blah"); } ...don't get appended with version MD5. do i have to use different technique for adding them? (is my current way of adding them not the preferred way?) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Appending-to-C

Re: Appending to CSS url to prevent caching.

2012-10-02 Thread Martin Grigorov
> > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Appending-to-CSS-url-to-prevent-caching-tp4652508p4652618.html > Sent from the Users forum mailing list archive at Nabble.com. > > --

RE: Appending to CSS url to prevent caching.

2012-10-03 Thread Jeffrey Schneller
ver. I use something similar to this and it works great. -Original Message- From: dickster [mailto:derek.i...@gmail.com] Sent: Tuesday, October 02, 2012 5:09 PM To: users@wicket.apache.org Subject: Re: Appending to CSS url to prevent caching. sorry, i didn't give a great example.

RE: Appending to CSS url to prevent caching.

2012-10-22 Thread dickster
//apache-wicket.1842946.n4.nabble.com/Appending-to-CSS-url-to-prevent-caching-tp4652508p4653226.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org