一开始使用tacos在ie和firefox下测试都没问题,今天在ie下测试,动态更新的页面部分竟然没反应,回忆了一下改过的东西,试着一个一个的恢复来测试问题所在,最后竟然发现是output编码的问题,在applicatin配置文件中加入<meta key="org.apache.tapestry.output-encoding" value="gbk"/>后,ie下不刷新,去掉后ie里功能正常,问题是解决了,可以不知道为什么这个都能让tacos出错。两者的区别在于生成的代码中
<meta name="generator" content="Tapestry Appli ...
- 09:07
- 浏览 (2199)
- 评论 (0)
be sure wait_timeout in your my.cnf file is set to a value greater than the idle_timeout set in your connection pool. (they both are seconds in units)otherwise the server will kill the connection from behind, with the pool thinking it should still be alive, you'll get one of these here SocketExcepti ...
- 02:36
- 浏览 (2178)
- 评论 (0)
- 浏览: 91616 次

- 详细资料
搜索本博客
最近加入圈子
最新评论
-
Tapestry5-如何在根目录下 ...
o,是我看的不仔细。不过我都是放在class相对应的资源包中。
-- by KorbenZhang -
Tapestry5-如何在根目录下 ...
文章提到的是组件类的模板,页面类默认是在根目录的。
-- by tapestry -
Tapestry5-如何在根目录下 ...
过时了,T5已经把tml文件放在根目录了。
-- by KorbenZhang -
Tapestry5开发系列:如何 ...
我删掉了依赖,加了servlet还是不行,jetty就是不起来,说没找到logg ...
-- by leegorous -
Tapestry5每日播报(20080 ...
非常支持.
-- by biaoming






评论排行榜