我们已经启用了go按钮,但不知何故我们无法使其正常工作。
以下是文档中的示例说明:
<property as="xs:string" name="oxf.fr.detail.submit.go.uri-xpath.*.*" value="/book/details/link"/>
我们已经尝试了静态和动态uri值,但没有成功。
我们尝试了一个URI,比如:
<property as="xs:string" name="oxf.fr.detail.submit.go.uri-xpath.*.*" value="'http://www.google.com'"/>
和其他动态窗口,但是,无论我们尝试什么,我们都会得到一个对话窗口,上面写着:
===============================
发生错误
您可能希望尝试以下操作之一:
* Close this dialog and continue to use this page.
* Reload this page. Note that you will lose any unsaved changes.
* If the above does not work, try reloading the page yourself. Note that you will lose any unsaved changes:
o With Firefox: hold down the shift key and click the Reload button in your browser toolbar.
o With Safari and Chrome: click the Reload button in your browser toolbar.
o With Internet Explorer: hold down the control key and click the Reload button in your browser toolbar.
* Return home.
显示详细信息显示详细信息
===============================
我们做错了什么?你能举一些例子说明应该使用什么值吗?
顺便说一句,我们使用的是稳定版本。
发布于 2011-02-03 02:13:37
我在3.8版本中没有意识到这个问题(从9个月前开始),但我确实可以重现这个问题,并确认这个问题已经从那时起得到了修复。所以我建议你现在买一个night build。我们即将发布3.9版本,所以每晚的构建应该是相当稳定的,我不会担心使用它,至少在开发中是这样。
https://stackoverflow.com/questions/4875100
复制相似问题