Tabbing in and out of a Tabpanel

I have a tabless tabpanel on a form. The form on the tabpanel has a tab sequence, and the overall form has a tab sequence.

How can I integrate the two tab sequences? Is there some way that I could, for instance, make the tabpanel the second object in the tab sequence, and then after the last object in the tabpanel, resume with tab sequence 3?

Less importantly, how can I remove the controller from the tab sequence?

you have to do that youreself.

The last element of formA you should attach a method on focus lost. And then do a requestFocus on the first element of formB.

you can control more of those things like de controller the same way.