protected void onCreate()
{
// Initialize the MailMessageForm with the passed-in page input (passed as an action output
// from the calling action. We will pass this form bean to action "submitMailMessage" from
// a commandButton on physicianDetail.jsp.
mailForm = new MailMessageForm();
mailForm.setPhysician((Physician) getPageInput("physician"));
}