CQWP 仅在编辑模式下渲染

发布于 2024-10-10 13:38:32 字数 210 浏览 1 评论 0原文

我自定义了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紫﹏色ふ单纯 2024-10-17 13:38:33

我已经解决了这个问题,CQWP 有一个名为“UseCache”的属性。默认情况下,此属性设置为“True”,这与 Web 部件渲染冲突。

为了解决这个问题,我将 Web 部件导出到本地计算机上,并将“UseCache”属性更新为“False”,

<property name="UseCache" type="bool">False</property>

这就像魅力一样。我真诚地感谢 迈克尔·涅姆采夫

问候,
苏迪尔·克沙瓦尼

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"

<property name="UseCache" type="bool">False</property>

This worked like charm. My sincere thatnks to Michael Nemtsev

Regards,
Sudhir Kesharwani

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文