Re: random numbers and JSTL

2005-10-24 Thread Luca Passani
Thanks! I had to turn it inot this for Tomcat4: cache_buster= 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: http://url.do?d=${now.time}";

RE: [opencms] random numbers and JSTL

2005-10-24 Thread Jorge González
try another taglib, like this one http://www.servletsuite.com/servlets/random.htm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: random numbers and JSTL

2005-10-24 Thread Hassan Schroeder
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: http://url.do?d=${now.time}";>whatever HTH! -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567

random numbers and JSTL

2005-10-24 Thread Luca Passani
is there a JSTL trick to generate a random number? my problem is that I am desperate about disabling a cache and I need to make sure that a certain URL is perceived as different from a browser by adding stuff to the URL: href="http://url.do?d=I could do this with a scriptlet of course, but I