I built a component based on a tab navigator and everything works great!
until....

I decided I wanted to set the selected index of the tabNavigator. An id is not
allowed in the root tag. If I try to wrap it in an HBox or UIComponent, then
all my validators give me an error message:

Component declarations are not allowed here. (Note: visual children must
implement mx.core.IUIComponent)

Suggestions short of re-architecting the entire app?

Thanks