Hi, 
I've got such code:

<tc:tabGroup id="NavTabs" state="client" height="120px">
    <tc:tab label="Produkty">
        <tc:panel height="65px">
            <f:facet name="layout">
                <tc:gridLayout columns="*;fixed;*" rows="fixed"  />
            </f:facet>
            
            <tc:link label="Asortyment" link="/products/list.jsp"/>
            
            <tc:cell>
                <tc:form id="NewProduct">    
                    <tx:in id="name" label="Nowy produkt:"/>
                    <tc:button action="submit()" label="OK"/>
                </tc:form>
            </tc:cell>
            
            <tc:cell/>
        </tc:panel>
    </tc:tab>
....
</tc:tabGroup>

After rendering, there is no submit button(tc:button). <tx:in...> renders
ok.

Any suggestions?

Thanks,
Peter

(sorry for poor english)
-- 
View this message in context: 
http://www.nabble.com/-tobago--Cannot-render-tc%3Abutton-tf2601746.html#a7258289
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to