Jump to content
Software FX Community

Issue displaying Charts using Partial Page Rendering


ganilb

Recommended Posts

Hello,

Our application - a data collection tool, uses Partial Page Rendering (PPR) along with JSF tags to display ChartFX v6.5 SPC Charts on the page. After user selects certain values, a customized "refresh chart" button is clicked which calls the Chart methods and the Chart is generated on the same page. After a new set of values are selected in the user interface and the user clicks the "refresh chart" button, an "ArrayIndexOutOfBoundsException" is thrown.

I am suspecting this is caused because the old Chart data is still stored in the page scope even after the new data is generated.

Any ideas on what could be causing this issue? The application is deployed on Tomcat v5.5.26 server.

Thanks in advance.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...