Nino.Martinez wrote:
> 
> At our wug CPH yesterday we talked about something similar (ajax), I 
> think theres no direct way currently. However you can setup a filter 
> which does that.
> 
> http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html
> 

This filter doesn't work with Wicket because wicket very often close the
stream and you get the:
 if (closed) {
      throw new IOException(
          "Cannot write to a closed output stream");
}

I asked about the same here:
https://issues.apache.org/jira/browse/WICKET-1240

Artur

-- 
View this message in context: 
http://www.nabble.com/Gzipping-of-pages-%28HTML-output%2C-not-only-resources%29-tp16849900p16894703.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]

Reply via email to