It's too bad it's not as simple as
      if
(Application.get().getConfigurationType().equalsIgnoreCase("development"))
      {
        invalidate();
      }
It isn't clear to me how I might go about that but It would need to run in
something like onAfterRender()?  


Andrea Del Bene wrote:
> 
> Well...is a little bit complicated but you  should call 
> ResourceReference's invalidate() after your pages have been rendered. 
> But I don't know how you should put this method call.
> 


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/CSS-Change-not-being-picked-up-when-using-TextTemplateResourceReference-tp3613064p3617675.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]

Reply via email to