Listing 2: The Personal Identity Form
<html:form action="/validatePersonalIdentity" method="post">
<table> …
<tr><th><font>Personal Identity:</font></th><td>
<html:select name="personalIdentityForm"
property="selectedPersonalIdentity">
<option value="">Please select one of the following Personal Identity...</option>
<option value="ABC_PIN">ABC PIN (Personal Identity Number)</option>
<option value="DRIVER_LICENSE">Driver License</option>
<option value="IMMIGRATION_NO">Immigration No.</option>
<option value="VETERAN_ID">Veteran ID</option>
<option value="OLD_AGE_SECURITY_NO">Old Age Security No.</option>
<option value="PASSPORT_NO">Passport No.</option>
<option value="REFUGEE_CLAIMANT_NO">Refugee Claimant No.</option>
<option value="SCOICAL_ASSISTANCE_NO">Social Assistance No.</option>
<option value="TREATY_STATUS_NO">Treaty Status No.</option>
<option value="HEALTH_CARD_NO">Health Card No.</option>
<option value="BIRTH_CERTIFICATE_NO">Birth Certificate No.</option>
</html:select>
</td></tr>
<tr><th>New Personal Identity Number:</th><td>
<html:text name="personalIdentityForm" property="personalIdentityNumber" />
</td></tr>
…….
</html:form>
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.