This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: CheckBoxGroup in client side scripting - error?
Feedback Type: Question
Product Area: Domino Designer on Eclipse (DDE)
Technical Area: Functionality
Platform: Not Applicable
Release: 8.5.2
Reproducible: -Reproducibility-
I have two fields on an xpage..one an edit box (named wordstring1 which is used so I can make sure the alerts are working) and a checkboxgroup control called checkBoxGroup1.
The checkboxgroup control generates this source:
<xp:td><xp:checkBoxGroup id="checkBoxGroup1" layout="pageDirection" value="#{dominoDocument1.DBChoice}" style="font-weight:bold">
<xp:selectItems id="selectItems1">
<xp:this.value><![CDATA[#{javascript:sessionScope.SearchDBs}]]></xp:this.value>
</xp:selectItems>
</xp:checkBoxGroup></xp:td>
which generates