How to do something with selected values of an xforms:select every time they change?
问题 I have this problem with XForms I am running on Orbeon Forms. I am using a fr:box-select control as follows: <fr:box-select bind="box-select-bind" id="box-select-control"> <xforms:action ev:event="xforms-value-changed"> <xxforms:variable name="selected-value" select="."/> <xforms:message level="modal">Hello:<xforms:output select="$selected-value" /> </xforms:message> </xforms:action> <xforms:itemset nodeset="instance('codes')/box-select/item"> <xforms:label ref="label"/> <xforms:value ref=