Re: How to set no cache header

2008-02-15 Thread Martijn Dashorst
/1.3.0 -- View this message in context: http://www.nabble.com/How-to-set-no-cache-header-tp15044463p15502951.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: How to set no cache header

2008-02-15 Thread pnerkar
in Action: http://manning.com/dashorst Apache Wicket 1.3.0 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0 -- View this message in context: http://www.nabble.com/How-to-set-no-cache-header-tp15044463p15502951.html Sent from the Wicket - User mailing list archive

Re: How to set no cache header

2008-02-15 Thread Maurice Marrink
in Action: http://manning.com/dashorst Apache Wicket 1.3.0 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0 -- View this message in context: http://www.nabble.com/How-to-set-no-cache-header-tp15044463p15502951.html Sent from the Wicket - User

How to set no cache header

2008-01-23 Thread Sébastien Piller
Hello guys, I would like to prevent a page to be stored on the client side. How can I set the Cache-Control headers? Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to set no cache header

2008-01-23 Thread Martijn Dashorst
Override the setHeaders method of your page. Martijn On 1/23/08, Sébastien Piller [EMAIL PROTECTED] wrote: Hello guys, I would like to prevent a page to be stored on the client side. How can I set the Cache-Control headers? Thanks!

Re: How to set no cache header

2008-01-23 Thread Nino Saturnino Martinez Vazquez Wael
you could also use a filter to wrap it. But id go with martijn's solution. Hope youre not fidling with oracle webservr... Martijn Dashorst wrote: Override the setHeaders method of your page. Martijn On 1/23/08, Sébastien Piller [EMAIL PROTECTED] wrote: Hello guys, I would like to prevent