>
> I don't usually care for the wrapping of table, tr and tds, so is it 
> correct that I can just use 
>
> form[0].components.insert(-1, element) (or even better if just 
> "form.insert(-1, element)" works, it seems that it does not call 
> wrap_components?)
>
> and then in the view:
>
> {{=form.custom.widget.item}}
>
> which I position myself, not using the default table, so I don't need the 
> TR(TD( stuff? 
> I mean the form should validate the inputs like before and put it in 
> form.vars after the form.accepts() right?
>

I suppose that should work -- try it and see what happens.

Anthony 

Reply via email to