One way is to override WebPage's setHeaders(WebResponse response) method and call setHeader on the passed in WebResponse.
Regards - Cemal http://www.jWeekend.co.uk http://jWeekend.co.uk ywtsang wrote: > > i want to set my html with "last modified date" in order to allow client > side caching > > how can we do that in wicket? > > or we need to manipulate the response header directly? > > -- View this message in context: http://www.nabble.com/how-to-mark-%22wicket-html-response%22-as-%22cacheable%22--tp19248592p19248671.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
