template.jx in its current state is designed to work speciffically with v2/Forms.js, as the relies on the fact that v2/Form.js publishes the form itself as the view's context object.
I personally don't like this behaviour, as it prevents passing other data than the form to the view, which can be very restrictive. If you consider the "current" Form.js (not v2 nor v3), the prototype of Form.showForm is the same as cocoon.sendPageAndWait().
Isn't that also true for v3? I mean that it allows to pass other bizData along with the form?
-- Leszek Gawron [EMAIL PROTECTED]
