I have a create wizard with 2 steps in it that I brought over from my Windchill 9.1 installation into my Windchill 10.1 installation. The wizard was created using JSP with JCA tags. The wizard itself works just fine to create my object, but the wizard window will not close upon completion. I'm calling the ootb CreateObjectFormProcessor in my action. I think I'm including the appropriate JSP fragments in my wizard JSPs (beginWizard.jspf, includeWizBean.jspf, end.jspf). The wizard comes up, I enter my data and click finish. A new object gets created, but the wizard doesn't disappear and the folder view doesn't get refreshed. Is there something I'm missing? My object type is extended from Managed, not Document.
↧