Re: Block response with form causes nested form exception where this is not the case

2011-07-25 Thread Joost Schouten (ml)
Taha, Thanks. Personally I don't have a need for nested forms. I used them in wicket before, found them somewhat usefull but do not miss them in tapestry. As for my message, I was wrong and there actually was a nested form which I missed initially. Cheers, Joost On 25/07/11 3:28 PM, Taha H

Re: Block response with form causes nested form exception where this is not the case

2011-07-25 Thread Taha Hafeez
Hi Joost, Nested forms are not supported by html. Tapestry only enforces it. When you render a block(containing a form) within a form, the environmental FormSupport is pushed in twice so it will complains. IMHO, it is not a bug. Other frameworks support nested forms by using javascript based POST

Re: Block response with form causes nested form exception where this is not the case

2011-07-25 Thread Joost Schouten (ml)
My appologies. Tapestry was not to blame, it was me who overlooked another little form stashed away in a dark corner of my application. Doh! Joost On 25/07/11 3:01 PM, Joost Schouten (ml) wrote: Hi, I have an EventLink that triggers an event method on a component nested in a form (formA) a

Block response with form causes nested form exception where this is not the case

2011-07-25 Thread Joost Schouten (ml)
Hi, I have an EventLink that triggers an event method on a component nested in a form (formA) and returns a Block with in it another form (formB) to update a zone which is outside formA. Tapestry still complains about formB being nested in formA. This is probably because of the fact that the