Hello, 

Thanks for your advices, which helped me get the needed functionality.
Regards, 
Radu 


David Delbecq-2 wrote:
> 
> radu_milos a écrit :
>> Hello,
>>
>> Just moved from Weblogic 8.1 SP4, SUN RI 1.1 tomahawk 1.1.1. to WebLogic
>> 81.
>> SP4, myfaces 1.5 and tomahawk 1.1.6.
>> Gained some functionality but also lost some functionality :(
>> I am using a tabbed pane ,  and in each pane I have an independent jsf,
>> as
>> it follows : 
> <snip>
>>  <body bgcolor="#ffffff">
>>  
>>              <h:form id="devices">
>>              
>>              <h:panelGrid styleClass="tableColapse"  columns="5"
>> columnClasses="tdBorder" >
>>                      
> 1st, tabbebpane is not meaned to be used outside of a form. So a form 
> must be surrouding the tabbedpane.
> 
> Second, the jsf you include inside the tabbedpane contain a <body> ... 
> </body> tag. The behaviour of broweser when he sees nested body tag is 
> undetermined, but you sure are generating invalid html (which itself my 
> broke browser's form handling mecanisms)
> 
> Lastly, tabbedpane's included jsf contains a <h:form>. You are not 
> suppose to use h:form inside a form based component (like tabbedpane 
> is). If you want subforms inside your tabbed pane that only validates 
> value for subform, use the sandbox's <s:subform> component.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tabbedpane-forgets-selected-pane-tf4378844.html#a12493500
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to