3 Replies Latest reply on Aug 3, 2007 7:30 AM by fernandofranzini

    rich:tabPanel with javascript erro

    fernandofranzini

      I've just use a simple rich:tabPanel....see:

      <rich:tabPanel switchType="client">
      <rich:tab label="First">
      <h:outputText value="tab1"/>
      </rich:tab>
      <rich:tab label="Second">
      <h:outputText value="tab2"/>
      </rich:tab>
      <rich:tab label="Third">
      <h:outputText value="tab3"/>
      </rich:tab>
      </rich:tabPanel>

      when i change tab it's genered a javascript erro:
      $(element) has no properties
      http://localhost:8080/demercado/a4j.res/org.ajax4jsf.framework.resource.PrototypeScript.faces

      When a change switchType to Ajax or Server..it's work properly!!! The erro only happened
      when i'm using switchType="client" !!!

      Somebody please helllp meee !!!!! I dont know what i must do ??