Hi guys,
Can u pls tell me the main difference between dmf:webform and dmf:form.
And what purpose we are using those.
The JSP pages that are not used by a wdk component must contain a <dmf:webform> tag. <dmf:webform> tag is the outermost tag containing all other taglib tags on a page. This represents the entire HTML page. Generates included JavaScript file references.
Use the <dmf:form> tag in place of HTML <form> tags in all JSP pages that require the WDK framework.
For more details, refer Web Development Kit 6.6 Development Guide