Support Article
Null pointer exception occurs on submitting local action
SA-63203
Summary
A section has a grid configured with a data page. The grid is in editable mode. On click action is configured on a row to open a local action. On submitting the local action, null pointer exception displays in the logs.
Error Messages
Not Applicable
Steps to Reproduce
- Create a section
- Open the section using a modal dialog
- Submit the modal dialog
Root Cause
A software use or operation error. The flow action used in the modal dialog has a post activity where Page-Remove of datapage is performed. The grid is unable to find the page. Hence, the null pointer exception occurs.
Resolution
Redesign the data grid which renders logic. Do not remove the data page.
Published December 21, 2018 - 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.