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!
-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to