Custom Wizard doesn't close after completing in WT11.1
I have created a multi step wizard with jca.
Whenever the wizard is completed, the processor is called successfully and the code is executed, but the wizard returns to the first step, instead of closing the popup window. Also no feedback messages from the processor are displayed.
<jca:wizard buttonList="DefaultWizardButtonsNoApply" helpSelectorKey="AssignView_help" title="Batch Plot Wizard" type="wizard">
<jca:wizardStep action="createPDFActionStep1" type="createPDFObjectType" label="TDSP Create PDF" />
<jca:wizardStep action="createPDFActionStep2" type="createPDFObjectType" label="TDSP Create PDF" />
</jca:wizard>
Any idea what might be wrong here?
Thijs

