如何缓存ICEfaces Tree组件的图像?
我们遇到了一个问题,即每次提交时都会加载 ICEfaces 树的图像(文件夹、交叉等)。
我们如何禁用这种行为?有人有想法吗?
谢谢你!
We've walked into a problem that the images (folder, cross and so on) of our ICEfaces tree will be loaded on each submit.
How can we disable this behaviour? Does anybody have an idea?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您下载并查看 ICEfaces 组件套件,您会发现他们也面临同样的问题,并通过在首页请求上预加载图像来解决该问题。
预加载是在任何类似情况下防止此问题的标准方法,并且不限于 ICEfaces。
If you download and look at the ICEfaces Component Suite, they faced this same problem and solved it by pre-loading their images on first page request.
Preloading is a standard way of preventing this problem in any similar situation and is not limited to ICEfaces.