|  | <%@ taglib uri="/webwork" prefix="ww" %> | 
|  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 
|  | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 
|  | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 
|  | <head> | 
|  | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | 
|  | <title>Source Code for Complex Input Form using Select Controls</title> | 
|  | <link rel="stylesheet" type="text/css" href="<ww:url value="/css/cookbook.css" />"> | 
|  | </head> | 
|  |  | 
|  | <body> | 
|  |  | 
|  | <ww:include value="/header-index.jsp"/> | 
|  |  | 
|  | <h1>Source Code for Complex Input Form using Select Controls</h1> | 
|  | <hr noshade="noshade"/> | 
|  |  | 
|  | <h2>Server Pages</h2> | 
|  | <ul><li> | 
|  | <a href="<ww:url action="View-Input"/>">Input.jsp</a> | 
|  | </li><li> | 
|  | <a href="<ww:url action="View-Result"/>">Result.jsp</a> | 
|  | </li></ul> | 
|  |  | 
|  | <h2>Actions</h2> | 
|  | <ul><li> | 
|  | <a href="<ww:url action="View-Action"/>">Select.java</a> | 
|  | </li></ul> | 
|  |  | 
|  | <h2>Configuration files</h2> | 
|  | <ul><li> | 
|  | <a href="<ww:url action="View-Config"/>">Select-config.xml</a> | 
|  | </li></ul> | 
|  |  | 
|  | <h2>Other source files</h2> | 
|  |  | 
|  | <p>None</p> | 
|  |  | 
|  | </body> | 
|  | </html> |