Hi Group,
I was working on CreditCard XForm provided by Orbeon Forms app. Here is source code for the same.
creditCard.jsp. This file contains HTML + XFORM. As I have put Html tag, XForm tags are not processed by Orbeon XForm engine. But if I put XHTML + XFORM, it works fine.
"XForms processing is triggered when either a legacy XForms model is found on the xforms-model input of the epilogue, or when an XForms model is found under /xhtml:html/xhtml:head. " - This is provided on Orben Form user guide. (
http://www.orbeon.com/ops/doc/reference-epilogue -- "6. XForms Processing")
I would like to know, how to make Orbeon XForm engine to process HTML + XFORM.