Jump to content
Software FX Community

ganilb

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by ganilb

  1. 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.
×
×
  • Create New...