Re: form within a form scenario

2012-01-31 Thread hese
Yeah ok. Thats how I've handled it now...was wondering if there is another way. Thanks! -- View this message in context: http://tapestry.1045711.n5.nabble.com/form-within-a-form-scenario-tp5444872p5445619.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: form within a form scenario

2012-01-31 Thread Thiago H. de Paula Figueiredo
On Tue, 31 Jan 2012 13:45:53 -0200, hese <1024h...@gmail.com> wrote: The reason I want the entire thing enclosed within a form is that I have other fields along with t:ContactCrud for each row, which have to be submitted as a whole. HTML doesn't allow nested forms, so you'll probably need to r

Re: form within a form scenario

2012-01-31 Thread hese
The reason I want the entire thing enclosed within a form is that I have other fields along with t:ContactCrud for each row, which have to be submitted as a whole. -- View this message in context: http://tapestry.1045711.n5.nabble.com/form-within-a-form-scenario-tp5444872p5444886.html Sent

form within a form scenario

2012-01-31 Thread hese
inside ContactCrud, but I get an error 'form component cannot embedded with other form components'. So how should I code this? Are there any examples like this? Thanks! -- View this message in context: http://tapestry.1045711.n5.nabble.com/form-within-a-form-scenario-tp5444872p5444872