Support Article
NullPointerException on clicking any page in widget
SA-82240
Summary
NullPointerException occurs on clicking any page in the out-of-the-box widget.
Error Messages
In activity "pzdoGridAction": Java Exception: java.lang.NullPointerException
Steps to Reproduce
- Launch the Case Worker portal
- Publish a widget and add a worklist
- Select any worklist. Ensure the worklist has more items, so that pagination is added
- Click any of the pages in the widget
Root Cause
An issue in the custom application code. It refers two tables with the same configuration. It is overriding the first table with the next table.
Resolution
Perform the following local-change:Reconfigure the table with a different configuration so that it does not override the other tables.
Published August 15, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.