Dataview Web 部件在进行细微更改后失败
我们正在使用一个 sharepoint 2007 站点,该站点有许多数据视图 Web 部件,显示文档存储库的不同视图。每次我们对 XSLT 或 Web 部件设置进行哪怕是最微小的更改(例如更改镶边设置或添加类)时,DV Web 部件都会拒绝呈现。
我们的 XSL 是有效的,列表中 GUID 正确的页面也是如此,但我们不知所措。我们采用编辑 CAML 文件、删除并重新导入它们的方法,这显然非常慢。任何想法/想法/帮助将不胜感激。
We're working with a sharepoint 2007 site that has a number of dataview webparts showing different views of a document repositry. Each time we make even the most minor change (such as changing the chrome settings or adding a class) to the XSLT or webpart settings the DV webpart refuses to render.
Our XSL is vaild, as is the page the GUID is correct for the list and we are at a loss. We've resorted to editing the CAML files deleting and reimporting them which is obviously very slow. Any thoughts/ideas/help would be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在我们家也遇到过这个问题。我经常发现这是因为 JS 错误。您注意到 IE 上有任何错误吗?您是否尝试通过 CTRL+F5 引用页面?我希望这会有所帮助,因为有时它对我有用。我不知道根本原因,也从来没有想过去调查,因为这种情况只发生过几次。
I have faced this problem at our place too. Often I have found out that it is because of JS errors. Do you notice any errors on the IE? Did you try refershing the page by doing a CTRL+F5? I hope this helps, coz at times it does for me. I dont know the root cause and never cared to look into since it has happened only a few times.