3.0RC1 TabChange is not working in IE8

UI Components for JSF
Post Reply
venu_dvmr
Posts: 27
Joined: 01 Dec 2011, 19:23

15 Dec 2011, 01:35

TabChange is throwing JavaScript error in IE8. It works well in chorme it was working fine in M4

Code: Select all

Message: Unexpected call to method or property access.
Line: 23
Char: 22640
Code: 0
URI: http://localhost:7001/eapp/javax.faces.resource/jquery/jquery.js.xhtml?ln=primefaces&v=3.0.RC1

Also this an issue? I am trying to update the same dataTable after user selects the checkbox. It calls the listiner but never updates the dataTable as it is not able to find the dataTable with ID tableId. Also I am not sure why form prependId is ignored may be PF ignores.

Code: Select all

<p:tabView var="tab" value="#{detailsController.tabList}">
<p:tab title="tab.name">
<p:dataTable id="tableId" value="#{detailsController.listVOs}" var="o">
    <p:column>
                                <f:facet name="header">
                                    <h:outputText value="Not Applicable"/>
                                </f:facet>
                                <p:selectBooleanCheckbox value="true">
                                    <p:ajax update="tableId" listener="#{detailsController.markStatusAsNa(o)}"/>
                                </p:selectBooleanCheckbox>
                           </p:column>

      <p:column>
                                <f:facet name="header">
                                    <h:outputText value="State"/>
                                </f:facet>
                             <h:outputText value="#{o.status eq 'Active'}"/>
                           </p:column>
</p:dataTable>
</p:tab>
</p:tabView>

Help is appreciated.
-----------------------------------------------------------------------
NetBean 7.2, Primefaces 3.3.1 , mobile 0.9.2, Weblogic 10.3.5, JSFMojarra 2.1.10, Maven 3.0.4

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: Google [Bot] and 37 guests