Re: T5: Block with Form + Submit

2009-04-02 Thread Peter Kanze
Sorry my fault. I solved it. I didn't used id="mailForm" instead of t:id='"mailForm" Thanks anyway! Peter On Thu, Apr 2, 2009 at 4:24 PM, Peter Kanze wrote: > Hello > > I have a tabset, that works with a zone and blocks. > > In one block I have a form to send mail and in another block a form f

T5: Block with Form + Submit

2009-04-02 Thread Peter Kanze
Hello I have a tabset, that works with a zone and blocks. In one block I have a form to send mail and in another block a form for registration. De problem is that I cannot catch submit in the correct onSuccessFrom... Form. I can only catch the submit events in a general onSuccess() method. But