CloseComputed when composed like field binding
<xp:this.data>
<xp:dominoDocument var="doc" formName="yourForm" action="openDocument">
<xp:this.postNewDocument>
<xp:actionGroup>
<xp:setValue binding="#{doc.ID}" value="#{javascript:session.evaluate('@Unique')}">
</xp:setValue>
</xp:actionGroup>
</xp:this.postNewDocument>
</xp:dominoDocument>
</xp:this.data>
Tagged with computed field computed when composed