currentDocument.isNewNote() 的表达语言
Expression Language for currentDocument.isNewNote()
我想将 NotesXSPDocument
属性/ 方法 currentDocument.isNewNote()
与 Expression Language
一起使用,但没有成功。
SSJS(工作正常):
<xp:text escape="true" id="cfSSJS" value="#{javascript:currentDocument.isNewNote()}"></xp:text>
EL(未成功):
<xp:text escape="true" id="cfEL" value="#{currentDocument.newNote}"></xp:text>
提示:我正在使用Domino 8.5.3 FP6
服务器环境
提前致谢
看来isNewNote()
没有接触到EL。即使明确引用数据源变量也不起作用。
我想将 NotesXSPDocument
属性/ 方法 currentDocument.isNewNote()
与 Expression Language
一起使用,但没有成功。
SSJS(工作正常):
<xp:text escape="true" id="cfSSJS" value="#{javascript:currentDocument.isNewNote()}"></xp:text>
EL(未成功):
<xp:text escape="true" id="cfEL" value="#{currentDocument.newNote}"></xp:text>
提示:我正在使用Domino 8.5.3 FP6
服务器环境
提前致谢
看来isNewNote()
没有接触到EL。即使明确引用数据源变量也不起作用。