Java Notes From My Desktop

Tags - Categories : All | Articles | Book Reviews | CSS | Java | Javaranch | Javascript | News | Opengl | Opinions | Personal | php

The Problem

I have a form where the top quarter is Employee Information. The bottom 3 quarters are issue details about the employee. When the form is first loaded all the employee information is blank. There is a field for Employee ID and a Lookup button. When the ID is typed in and the Lookup button pressed, the Empoyee Information fields are populated accordingly. Everything worked great, until I added validation.

Read more...