Hi I've been working on rebranding our application using the TextTemplateResourceReference which is very useful. Though one issue that I am experiencing some issues with is that it seems when adding a stylesheet in this manner that changes made to the stylesheet are not being picked up without restarting the app server. The issue seems very similar to this post from some time ago. http://apache-wicket.1842946.n4.nabble.com/JavaScriptReference-with-TextTemplate-only-returns-the-first-retrieved-value-td1877334.html http://apache-wicket.1842946.n4.nabble.com/JavaScriptReference-with-TextTemplate-only-returns-the-first-retrieved-value-td1877334.html
It seems that the resource is read once and the resource stream is cached and not updated so changes to the file are not recognized until app server restart. Any suggestions to overcome this to have the CSS file re-read so changes are reflected while the app is running in development mode? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CSS-Change-not-being-picked-up-when-using-TextTemplateResourceReference-tp3613064p3613064.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]
