Creating custom WTDocument numbering using two wizard steps
- September 6, 2024
- 3 replies
- 1895 views
The following steps which we have followed to create custom WTDocument numbering using two wizard steps
1. custom action and action model

2 Main wizard

3. Wizard step one and two

4. Error message

com.ptc.core.components.jsp.JspUtils wcadmin - java.lang.NullPointerException java.lang.NullPointerException
at com.ptc.core.components.tags.components.InitializeItemTag.doTag(InitializeItemTag.java:371)
at org.apache.jsp.netmarkets.jsp.doc.Second_005fWizard_jsp._jspx_meth_jca_005finitializeItem_005f1(Second_005fWizard_jsp.java:1939)
at org.apache.jsp.netmarkets.jsp.doc.Second_005fWizard_jsp._jspx_meth_c_005fotherwise_005f1(Second_005fWizard_jsp.java:1903)
at org.apache.jsp.netmarkets.jsp.doc.Second_005fWizard_jsp._jspx_meth_c_005fchoose_005f1(Second_005fWizard_jsp.java:1808)
Earlier we have tried the same activity using single wizard page, it was working as expected.

