Thanks! I had to turn it inot this for Tomcat4:
cache_buster=<c:out value="${now.time}"/>
but it did the job
Luca
Hassan Schroeder wrote:
Luca Passani wrote:
is there a JSTL trick to generate a random number?
Not random, but for the cache-busting behavior you want, how about:
<jsp:useBean id="now" class="java.util.Date" scope="request"/>
<a href="http://url.do?d=${now.time}">whatever</a>
HTH!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]