Hi,
is there a way for writing one value to diffrent nodes.
example:
<myform>
<person1>
</name>
</person1>
<person2>
</name>
</person2>
</myform>
<xforms:select1 ref="/myform" appearance="minimal">
<xforms:item id="item1">
<xforms:label>name1</xforms:label>
<xforms:value>name1</xforms:value>
</xforms:item>
<xforms:item id="item2">
<xforms:label>name2</xforms:label>
<xforms:value>name2</xforms:value>
</xforms:item>
</xforms:select1>
If I select "item1", it should write "name1" to element <name> of <person1> and <person2>. So in the end the instance should look like that:
<myform>
<person1>
<name>name1</name>
</person1>
<person2>
<name>name1</name>
</person2>
</myform>
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws