Rendering the Form

The Forms Runtime Adapter loadForm method is used to render the form for the user.

com.tibco.forms.client.FormRunner.loadForm(formURL, initData, bomJSPath, null,
         "formContainer", formLoadSuccessCallback, formLoadErrorCallback,
         useJSONP);
}
</script>
   <title>Form</title>
	</head>
	<body>
   <div id="formContainer"></div>
	</body>
</html>