Thank u, the "subForm" component in the sandbox solved this problem well. I
really took me quite a well to find the download of the sandbox. I put the
link below in case someone needs it:

http://people.apache.org/builds/myfaces/nightly/

thanks again!



Andrew Robinson-5 wrote:
> 
> I think the panel tabbed pane requires a form outside of it.
> 
> Try using the subform sandbox component.
> 
> <h:form>
> <s:subForm>
>   <t:panelTabbedPane serverSideTabSwitch="true">
>     <t:panelTab id="tab01" label="TabA">
>        <s:subForm>
>          Name:<t:inputText value="#{bean.name}"/>
>          Address:<t:inputText value="#{bean.address}"/>
>          <h:commandButton action="#{bean.save}"/>
>        </s:subForm>
>     </t:panelTab>
>   </t:panelTabbedPane
> </s:subForm>
> </h:form>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Can-I-put-forms-within-the-tabbedPane-component--tf4274172.html#a12166187
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to