%@ page session="false"%> <%@ page import="objectivehtml.htmlwidget.*" %> <%@ page import="mypackage.form.*" %>
Customer Details
All fields with an asterix (*) are mandatory fields.
<% // retrieve the form object CustomerForm objForm = (CustomerForm)request.getSession().getAttribute("customerform"); if (objForm != null) { // this method prints out the current state of the form out to the client objForm.printHtml(out); } // end if form exists %>