- From: Roman Huditsch <roman.huditsch@hico.com>
- Date: Mon, 23 Dec 2002 16:00:55 +0100
- To: <www-forms@w3.org>
Hello again,
I would like to define an input element (within a repeat named "topicRepeat") which sould trigger a delete action after the user has filled it out.
I thought about something like:
<p class="padding">
<xforms:input ref="/tm:topicMap/tm:topic/tm:occurrence/tm:resourceRef" class="resourceRef">
<xforms:label>Link address: </xforms:label>
<xforms:hint>Geben Sie hier bitte die entsprechende Linkaddresse ein</xforms:hint>
<xforms:action ev:event="xforms-value-changed">
<xforms:delete nodeset="/tm:topicMap/tm:topic/tm:occurrence[tm:resourceData]" at="xforms:index('topicRepeat')"/>
</xforms:action>
</xforms:input>
</p>
But unfortunaltely it doesn't work.
Is there some code error or a logical one?
Or is it just not implemented yet in X-Smiles?
I also tried it with the event xforms-activate, but no progress either.
wbr,
Roman
Received on Monday, 23 December 2002 10:01:52 UTC