Re: [Xsltforms-support] xf:setvalue/@ev:event="xforms-enabled" not working
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2013-09-23 06:34:56
|
Hi Eric, > I have added an instance: > > <xf:instance id="xfu-init"> > <init xmlns="">false</init> > </xf:instance> > > This instance is updated on xforms-ready: > > <xf:action ev:event="xforms-ready"> > <xf:setvalue ref="instance('xfu-init')">true</xf:setvalue> > <xf:recalculate></xf:recalculate> > <xf:refresh></xf:refresh> > </xf:action> > > And all the controls are embedded in this group: > > <xf:group ref=".[instance('xfu-init') = 'true']"> > .../... > </xf:group> > > For whatever reason, this group is never enabled! > This has been fixed in the latest build: the instance() function did not notice that the resulting node had to be considered as a dependency. Thank you for your feedbacks! -Alain |