[Xsltforms-support] Order of the recalculations?
Brought to you by:
alain-couthures
From: Grégoire C. <gco...@gm...> - 2011-04-13 14:06:36
|
Hi! I have two binds. The first resets an instance value (using the "calculate" attribute) when the value gets out of range. The second bind is "relevant" only when the value controlled by the first bind is in the valid range. My problem is that it seems the second <xf:bind> gets the "xforms-recalculate" event before the first has resetted the value. Is it possible that an event is not transmitted in document's order with XSLTForms? If yes, is there a way to control the order of the recalculations? (Subsidiary question : is "relevant" supported on "<bind>"?) Thanks! Grégoire |