CQWP 仅在编辑模式下渲染
我自定义了 CQWP(内容查询 Web 部件)来显示我的子站点中的项目。这些项目是根据我的自定义内容类型进行过滤的。
我使用 ItemStyle.xsl 自定义了 CQWP 中其他字段的呈现。
我遇到一个奇怪的问题,当页面处于编辑模式时,我的 Web 部件能够呈现数据,但是当我退出编辑模式时,Web 部件不显示任何数据。
任何帮助、指示、 苏迪尔·克沙瓦尼
I have customized CQWP (Content Query Web Part) to display items from my sub sites. The items are filtered based on my custom content type.
I have cusomized the rendering of additional fields in CQWP using ItemStyle.xsl.
I am having a strange issue that my web part is able to render data when the page is in Edit mode, however when i exit the edit mode, the web part is not showing any data.
Any Help, Pointers,
Sudhir Kesharwani
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经解决了这个问题,CQWP 有一个名为“UseCache”的属性。默认情况下,此属性设置为“True”,这与 Web 部件渲染冲突。
为了解决这个问题,我将 Web 部件导出到本地计算机上,并将“UseCache”属性更新为“False”,
这就像魅力一样。我真诚地感谢 迈克尔·涅姆采夫
问候,
苏迪尔·克沙瓦尼
I have figured out the issue, the CQWP has a property called "UseCache". By default this property is set to "True", this conflicts with the web part rendering.
To resolve this, I exported my web part onto my local machine and updated the "UseCache" property to "False"
This worked like charm. My sincere thatnks to Michael Nemtsev
Regards,
Sudhir Kesharwani