Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Caption of Form inside a Form
Hi,
when I add a form as field to a form (subform) the subform's caption is not shown.
The caption-cell is just empty. Is that by design?
Regards,
Sascha
I'm also interested in this question. Adding a form to another form as a field seems a logical step for us in a number of cases, and works quite well, but we need the captions, too... Is there a chance that this can be fixed easily?
An old thread, but in case still relevant: one option would be to wrap the nested form in a CustomField, which also gives more control over how it is used.