Re: [T5] ck/TabSet inside a form.

2009-02-12 Thread Otho
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

Re: [T5] ck/TabSet inside a form.

2009-02-12 Thread joachim
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