Tabbar Form Submission

I have a dhtmlx tabbar. The contents of each of the tabs are embedded jsp’s.
I need to submit the entire tabbar in one form. Will the struts form be able to identify the elements inside the tabs?

if you don’t use iframe-based loading mode, the content of tabbar is page content. Therefore, if the tabbar were inside a form, the elements could be submitted.