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