Try another theme

 
> Hi,
> Next day, Another problem.
> 
> What's wrong with this code?
> Explorer renders ok, Mozilla renders with scrollbars.
> Is there any tutorial about tobago? Couldn't find anything else then
> myfaces.apache.org/.../tobago..
> 
> Thx again,
> Peter
> 
> <layout:standard>
>     <jsp:body>
>         <tc:panel>
>             <tc:form id="form_productedit">
>                 <tc:tabGroup id="CartEditTabs" state="client" 
> height="600px">
>                     <tc:tab label="Ogólne" tip="Ogólne dane dotyczące
> produktu">
>                         <tc:form id="form_productedit_general">
>                             <tc:panel>
>                                 <f:facet name="layout">
>                                     <tc:gridLayout
> rows="20px;20px;50px;20px;400px" columns="800px"/>
>                                 </f:facet>
>                                 <tx:in value="#{CartEdit.id}"
> readonly="true" label="ID"/>
>                                 <tx:in label="Nazwa" id="name"
> required="true" value="#{CartEdit.name}"/>
>                                 <tx:in id="keywords" label="Słowa
> kluczowe"required="true" value="#{CartEdit.keywords}"/>
>                                 <tc:button action="#{CartEdit.Save}"
> tip="Zapisuje zmiany" label="ZAPISZ"/>
>                                 <tc:cell />
>                             </tc:panel>
>                             <tc:hidden id="id" value="#{CartEdit.id}"/>
>                         </tc:form>
>                     </tc:tab>
>                     
>                     <tc:tab label="Opis">
>                         <tc:form id="form_productedit_desc">
>                             <tc:panel>
>                                 <f:facet name="layout">
>                                     <tc:gridLayout rows="95%;5%"
> columns="1*" />
>                                 </f:facet>
>                                 <tc:textarea id="description" 
> value="#{CartEdit.description}"/>
>                                 <tc:button action="#{CartEdit.Save}"
> tip="Zapisuje zmiany" label="ZAPISZ"/>
>                             </tc:panel>
>                         </tc:form>
>                     </tc:tab>
> </tc:tabGroup>
> </tc:form>
> </tc:panel>
> </jsp:body>
> </layout:standard>
> -- 
> View this message in context: 
> http://www.nabble.com/-Tobago--Mozilla-renders-different-than-Explorer-tf2629215.html#a7336838
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
> 
> 


---
This mail was sent with the Java email client Columba. Read more at 
http://columbamail.org

Reply via email to