Issue with submission handler in adaptive forms
The form throws an error when submit button is added. This issue is before the form submission itself. (when I try to preview, get blank page where NullPointerException is thrown). The form works fine without the submit action.
Note: Using the right form adon package.
caused by: java.lang.NullPointerException: null
at com.adobe.aemds.guide.common.GuideContainer.createGuideInitializationState(GuideContainer.java:1000)
at com.adobe.aemds.guide.common.GuideContainer.getGuideInitializationState(GuideContainer.java:1047)
at org.apache.jsp.libs.fd.af.components.guideContainer.guideContainer_jsp._jspService(guideContainer_jsp.java:959)
at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:502)
... 351 common frames omitted
Many thanks in advance

