Hello
Try to specify close at the last in onClick attribute of button in form Like
<button name="cancelConfirmBtn" title="Confirm cancellation" colspan="4" coloffset="4" onclick="action production-order-the-cancel,close"/>
Or can try another way
Remove response.setReload(true); from the controller and add that same from action-view (which open this xml form) as view-param
<view-param name="popup" value="reload"/>
Hope this will help you
Thank you