Post-Action Event Refreshing Regardless of Selecting the Property of

I do not want the section or page to refresh after a user makes a merge so I do not have a post action event. However, this refreshes anyway. How do I avoid that? The add data form I am using is the constituent merge one which Blackbaud created. Any ideas of what I will need to do so that the listbuilder items remain the same after a merge.



<Action ID="29F81CFA-1A06-4038-A900-07925C16D636" Caption="Merge to Constituent 1" LinkFieldID="CONSTITUENT1MERGELINK" >

<common:ShowAddDataForm DataFormID="FF83ACBD-F712-4D42-AB1B-196E9AD1CD49">

<common:FormDefaultValues>

<common:DefaultValue FieldID="SOURCEID">

<common:Value>

<common:SectionField>ID2</common:SectionField>

</common:Value>

</common:DefaultValue>

<common:DefaultValue FieldID="TARGETID">

<common:Value>

<common:SectionField>ID1</common:SectionField>

</common:Value>

</common:DefaultValue>

<common:DefaultValue FieldID="CONFIGID">

<common:Value>

<common:SectionField>MERGECONFIGID</common:SectionField>

</common:Value>

</common:DefaultValue>

</common:FormDefaultValues>

</common:ShowAddDataForm>

</Action>