Hi,
I have a jsf page that contains some javascript includes. And I want to prevent caching with adding timestamps to its urls. It it possible to do with "plain" jsf without adding java code ?
E.g:
<script type="text/javascript" src="file.js?ts=#{timestamp}"></script>