Hi all,

Is it possible o write Scriplets (like in JSP) in Velocity?

Can we set request attributes in Velocity?

How to clear the Browser cache from velocity? below is the one which can be
done from JSP

<% response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0 response.setDateHeader
("Expires", 0); //prevents caching at the proxy server %>

Please let me know your thought, i am badly stuck up in some bug.....Raghu
-- 
View this message in context: 
http://www.nabble.com/Few-Doubts-on-Velocity%2C-please-clarify-tp21326797p21326797.html
Sent from the Velocity - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to