Hi all,

I have a FlowScript that uses Cocoon Forms.  I sets the onClick function of an Action widget like so:

  var wid = form.getWidget();
  wid.submit. {
    form.save(occ);
    occ.store(occ.getMetaData());
  }

I recently switched from Cocoon Forms v2 to v3 to take advantage of the multiple bindings feature.  Suddenly the FlowScript fails on the line wid.submit.>

Anybody know what is going on?
Does  form.getWidget() return something different in v3?

Thanks

Mark

Reply via email to