Thanks for the tip. I planned to look at equanda a little later anyways,
since I'll very probably need the keyboard navigation features. So I might
as well do it now.
Regards,
Otho
2009/2/13
> Hi Otho,
>
> This is a limitation of the tapestry ajax stuff. A block should either
> contain an entir
Hi Otho,
This is a limitation of the tapestry ajax stuff. A block should either
contain an entire form or no form elements.
You should either have individuals forms for each tab, or use a tabset which
does not rely on ajax to get the context of each tab. One such option is the
equanda-tapestry5
I have a Tabset in a form like this:
I have three tabs in blocks. The first holds some formcontrols already, the
other two are placeholder. The goal is to submit formdata from all tabs at
once.
What happens is the following: On page load the first tab is shown as
expected, i