How put a form in another form
Hi,
I'm looking for a solution to make a form that contains other forms.
My main form is quite complex and I wan't to split complexity in differents forms.
Doesn't someone know a solution ? Is there something in the road map ?
Thanks
请先登录再写评论。
You are right that this feature should be in the form editor. I don't know of any simple way to do it. But here are some hacks:
- Pack the sub-form as a bean, put it in a palette and drop the new bean into the form.
- If you're into heavy hacking: Forms are actually XML documents. Write a tool/plugin that gets the documents and merge them. I can send you some code for this hacking.
- If you're patient: I'm planning a plugin with this feature. It will take a while, but it might be published one day...
Best,
Guy.