There are no errors in any logs. I am using Internet Explorer, I also tried it with Mozilla FireFox and had the same issue. I don't have a custom processor, I'm using the ootb CreateObjectFormProcessor in my action definition.
<action name="createManaged" ajax="component">
<command url="com/myCompany/jsp/managed/createManaged.jsp" class="com.ptc.core.components.forms.CreateObjectFormProcessor"
method="execute" windowType="popup" />
<includeFilter name="showNewActionPreValidation" />
</action>
<action name="createAttributesWizStep" afterVK="setAttributesWizStep" id="setAttributesWizStep" preloadWizardPage="false"
required="true" resourceBundle="com.myCompany.managed.managedResource">
<command windowType="wizard_step" method="execute" url="com/boeing/jsp/busObj/createGmdManagedDetails.jsp"/>
</action>
Do I need to write my own processor instead of using the one provided by PTC?