Domino扩展库-userbean

问题描述

这是挑战...

我们已经升级到新的Windows 2019服务器和Domino 11.0.1。我们较旧的服务器是Windows / Longhorn / 64 6.1和Domino 9.0.1 FP9。以下代码可在所有其他Domino 9.0.1服务器上使用,但不能在Domino 11.0.1服务器上使用。问题在于它没有返回userbean.commonName,因此PanelShipping1不会在新服务器上呈现。

<xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xc="http://www.ibm.com/xsp/custom"
    xmlns:xe="http://www.ibm.com/xsp/coreex">
    //some code here
    <xp:panel id="PanelShipping1">
            <xp:this.rendered><![CDATA[#{userBean.commonName ne 'Anonymous' and
                sessionScope.isEndUser eq false}]]></xp:this.rendered>
    //some other code here
    </xp:panel>
    // some other code here
</xp:view>

我已经检查了扩展库“ com.ibm.xsp.extlib.domino_11.0.1.v00_00_20200319-1021.jar”确实存在于Domino> osgi> shared> eclipse> plugins文件夹中。 关于这里发生的事情有什么想法吗?

感谢您的关注。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)