Hi Gurus,
I have a table view which is having a button called "Approve". Once its clicked, a popup should be opend with OK and CANCEL. If I click on OK, it has to take the particular row, which is selected from the table view, and update the Dictionary table. It is working fine without popup ( like once the approve button is clicked am taking the row values thru get_static_attributes, and updating the ztable.) But If I put the same statement in OK event handling of POPUP, its not wokring and throwing an error "Access via 'NULL' object reference not possible. " Please suggest me how can I fix it.
Thanks,
David.
Request clarification before answering.
Hello David,
Where is the code for the event handler located? It should be in the controller where the context nodes are defined. 'Acces via NULL object reference' could in your case mean that you are trying to access a context node which was not found in the context of your controller.
Regards,
Neha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.