Hello wicket developer, I am facing the following exception on re-rendering a wicket panel using the code
iPartialPageRequestHandler.add(chartPanel);
java.lang.IllegalStateException: A partial update of the page is being
rendered, component [ChartPanel [Component id = chart-container]] can no
longer be added
It renders it perfectly the first time. But I want to call this again and
again when user clicks refresh button. What does this mean?
Best Regards,
Sibgha Nazir
