Hi Sunil,
The value -1 indicates the 'mxevent' value is 'NULL' when you click on the button.
Could you please share the 'dialog bean xml' or the 'mxevent' linked to the 'Yes' , 'No' Buttons?
It should be 'dialogok, dialogcancel or dialogclose'
Here is the list of integer values of mxevents defined in 'MXApplicationYesNoCancelException' class.
OK = 2;
CANCEL = 4;
YES = 8;
NO = 16;
NULL = -1;
Thanks!
Sankar
------------------------------
Sankar Ganesh
------------------------------