A simple multi field binding that will replace (i.e. delete then re-add all) its
content.
<wb:multi-value id="widget-id"
parent-path="xpath-expression"
row-path="xpath-expression">
<!-- optional child binding to be executed upon 'save' of changed value -->
<wb:on-update>
<!-- any childbinding -->
</wb:on-update>
</wb:multi-value>
version: CVS $Id: MultiValueJXPathBindingBuilder.java 433543 2006-08-22 06:22:54Z crossley $ |