<%@ page session="false"%> <%@ page import="objectivehtml.htmlwidget.*" %> <%@ page import="mypackage.*" %>

Customer List

Select a customer to view/modify

<% // retrieve the form object CustomerListForm objForm = (CustomerListForm)request.getSession().getAttribute("myapp.customerlist"); if (objForm != null) { // this method prints out the current state of the form out to the client objForm.printHtml(out); } // end if form exists %>