panelTabbedPane and multiple form
Hi,
I've got a problem with tomaHawk panelTabbedPane component.
I would like to insert a form in each panelTab child node but it isn't possible.
<t:panelTabbedPane>
<t:panelTab>
<h:form id="idForm1">
content 1
</h:form>
</t:panelTab>
<t:panelTab>
<h:form id="idForm2">
content 2
</h:form>
</t:panelTab>
</t:panelTabbedPane>
In fact, panelTabbedPane component generate a form, and generate imbricated forms errors.
It works with a single form enrolling the panelTabbedPane but it's problematic for validation errors because all panelTab components will be evaluated.
Is there a mean of insert form in each panelTab with this component ?
Thanks

