Em Mon, 06 Jul 2009 14:31:48 -0300, Walter Botscher
<walter.botsc...@gmx.de> escreveu:
Hi,
Hi!
Tapestry, by default, compresses almost all files before sending them to
the clieng. Maybe that's what causing your problem.
To deactivate it, add
configuration.add(SymbolConstants.GZIP_COMPRESSION_ENABLED, "false"); to
your AppModule's contributeApplicationDefaults() method:
public static void contributeApplicationDefaults(
MappedConfiguration<String, String> configuration) {
...
configuration.add(SymbolConstants.GZIP_COMPRESSION_ENABLED, "false");
}
Test this and tell us if it solved your problem. :)
--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org