<snip/>



Maybe try:

  <fb:javascript id="targetgroups" path="." direction="save">
    <fb:save-form>
      var collection = new java.util.ArrayList();
      collection  = widget.getValue();
      var bean = jxpathPointer.getNode();
      bean.setSelectedGroups(collection);
    </fb:save-form>

I always have better luck with the path set to the bean context, and then access its own getters and setters directly.

yup works - and is far more readable as a matter of fact.


Thanks Jorg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to