Bruno Dumon wrote:
I think one problem is our flowscript API:
var form = new Form("..."); form.show("mypipeline", bizdata);
This way you can only show one form a page. Maybe we can do somethink like
var multiform = new Multiform({form1 : form1, form2 : form2); multiform.show("myMultiformPipeline", bizdata);
The next step would have to be an enhancement of the forms transformer because it would have to render more than one form. This would probably require a unique id in the forms template. This id needs to be the same as the id used in "new Multiform(...)".
The forms transformer can handle this, the ft:form-template element can have a location attribute containing a jxpath expression that points to the form object.
What's the object this jxpath-expression is used on?
-- Reinhard
