error on IE 7 - IE 8 with PF 3.0 RC1

UI Components for JSF
Post Reply
vineet
Posts: 387
Joined: 14 Oct 2011, 23:40

26 Nov 2011, 05:28

Hi

<p:panel id="chartpanel" header="Portfolio Chart" toggleable="true"
styleClass="myPanelStyle myPanelStyleTitle" toggleSpeed="500"
widgetVar="chrtpanel">
<h:panelGrid columns="2">
<p:spacer width="950" height="0"></p:spacer>
<p:menuButton value="Select Chart Type">
<p:menuitem value="Pie Chart" update="chartpanel"
actionListener="#{accounts.getChartTypePie}"/>
<p:menuitem value="Bar Chart" update="chartpanel"
actionListener="#{accounts.getChartType}"/>
</p:menuButton>
<p:barChart value="#{chartBean.categoryModel}" legendPosition="ne"
title="test" min="0" max="200" style="height:300px;width:500px;" rendered = "#{accounts.isBarRendered}"/>
<p:pieChart value="#{accounts.pieModel}" legendPosition="ne"
title="test"
Summary" min="0"
style="width:500px;height:300px" rendered = "#{accounts.isPieRendered}" />
</h:panelGrid>
</p:panel>

The following refereshes the based on the chart selected from the menu item . This works fine on firefox but i get the following error on iE :

Caused by: java.lang.NullPointerException
at org.primefaces.component.datatable.DataHelper.decodeFilters(DataHelper.java:156)
at org.primefaces.component.datatable.DataTableRenderer.decode(DataTableRenderer.java:59)
at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:791)
at javax.faces.component.UIData.processDecodes(UIData.java:980)
at org.primefaces.component.datatable.DataTable.processDecodes(DataTable.java:509)
at javax.faces.component.UIForm.processDecodes(UIForm.java:212)

This was working fine on 3.0 RC1 24th November release . But as soon as i moved to 25th release it broke . Please suggest what is the problem ?

vineet
Posts: 387
Joined: 14 Oct 2011, 23:40

27 Nov 2011, 03:48

Can someone help on this?

vineet
Posts: 387
Joined: 14 Oct 2011, 23:40

27 Nov 2011, 05:53

This error occurs on every ajax call or ajax update on the page . Is this a issue with the nightly build 25th November ?

vineet
Posts: 387
Joined: 14 Oct 2011, 23:40

29 Nov 2011, 00:05

Any one to help on this?

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

29 Nov 2011, 00:07

Please do not bump your topic and read #3 at;

viewtopic.php?f=3&t=1194

Clearly no one has free time to help you out.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

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