Victor Engmark wrote:
Hello all,
I have the following piece of XForms:
<!-- When selecting a Slot, set the context -->
<xforms:input id="slotInput" bind="contextSlot-bind">
<xforms:label>Slot</xforms:label>
</xforms:input>
<xforms:action ev:event="DOMActivate">
<!-- Show the relevant Jobs -->
<xforms:rebuild model="slots"/>
</xforms:action>
In version 0.9.9, pressing Enter after typing something in the input
field, the value at the contextSlot-bind was updated. In version 1.0.0,
the page "flashes" as if it was updated, but it seems that the
contextSlot-bind value was not updated. How do I ensure that the value
is saved to the contextSlot-bind before rebuilding the page?
More explanation: The reason I believe the contextSlot-bind was not
updated is because the value submitted from the input is used to find
elements to populate a select1 later in the XForms. That list always
remains empty in 1.0.0...
BTW, the XForms
is available via anonymous CVS.
+Cc to developers since it's changed behavior since 0.9.9.
--
Victor Engmark
|
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|