Example 6.24 		Xdoclet Output
/**
 * Generated by XDoclet/ejbdoclet/strutsform. 
 * This class can be further processed with
 * XDoclet/webdoclet/strutsconfigxml.
 *
 * @struts.form name="corej2eepatterns.ejb.Employee.Context"
 */
public class EmployeeContextForm extends
    org.apache.struts.action.ActionForm implements java.io.Serializable{

  protected java.lang.String id;
  protected java.lang.String lastName;
  protected java.lang.String firstName;
  protected java.lang.String phone;
  protected java.lang.String fax;
  protected java.util.Date creationDate;

  /** Default empty constructor. */
  public EmployeeContextForm() { }

  . . .
}