I have a feeling you are not even asking about form fragments (see
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/FormFragment.html,
also shows an example of using a nested bean editor) but just making a
component out of a bunch of related fields, and yes sure, in Tapestry you
can always make a component out of other components. The form fields expect
a form as a containing component but the components (on the server side)
don't have the same strict parent-child relationship as in Wicket.

Kalle


On Tue, Jan 15, 2013 at 12:42 PM, sthomps <stho...@gmail.com> wrote:

> I wanted to confirm that there is not nested form support in Tapestry 5?
>
> I'm currently evaluating Tapestry coming from Wicket and I use nested forms
> quite often.
>
> It's nice to be able to componentize a form, include it as needed among
> other forms/pages, and have a validation chain from parent to child forms.
>
> Thanks
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Nested-Form-Support-tp5719332.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to