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

[826 byte] By [silver95a] at [2007-11-26 19:10:28]
# 1
This should work. Which errors are you occurring?
BalusCa at 2007-7-9 21:06:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I explained why it doesn't work.panelTabbedPane component generate a form, if you specify multiple form in panelTab you will have imbricated form errors
silver95a at 2007-7-9 21:06:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
nobody ?
silver95a at 2007-7-9 21:06:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4

Ah well .. I misunderstood "imbricated form errors".

Sorry, I don't have practical experience with this specific component. But such a construction just works with IBM's odc:tabbedPanel.

You might try to look for another components. I know, IceFaces also have a tabbedpanel component.

BalusCa at 2007-7-9 21:06:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...