我注意到我们的应用程序中xpages的标记已发生了巨大变化,例如:
<xp_1:djButton label="Remove document"
id="djButton3">
<xp:eventHandler event="onClick"
submit="true" refreshMode="complete">
<xp_1:this.action>
在整个应用程序中。我们不知道是什么原因。该应用程序至少已有一年未修改。
页面已正确呈现,但我们收到一些事件报告,表明某些操作不起作用。
DDE没有抱怨,可能是由于xmlns:xp_1 =“ http://www.ibm.com/xsp/coreex定义。
我们还能期待其他奇怪的行为吗?