Question about how to hide/show a wizard step based on type selected
Three questions,
1) Why checking two types to allowed? Specifically, why the Parent and then subtype? Would not the parent override the subtype? Or do you need to check parent then child?
2) In your example above, does "com.ptc.ptcnet.SubTypeTest1", in this example, "* Instantiable"? Does the parent?
3) you mention in comments, wizardStep has to be in type.action, so for security labels on documents, would it be
var wizardStep = "securityLabels..securityLabelStep";
I pulled info from the jsp/documents/create.jspf.

