cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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.

0 Likes
View Entire Topic
Former Member
0 Likes

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

mohammed_anzys
Contributor
0 Likes

Hi David,

The problem may be coz of the view name which you have mentioned while calling the pop up or the view method name ( for the action OK,Cancel ).Please

write your code here so that we can debug

Thanks

Anzy