Changeset 3837


Ignore:
Timestamp:
Sep 8, 2010, 1:25:00 PM (13 years ago)
Author:
Gregory Vincic
Message:

Refs #698. Replaced references to FormFactory.VORGANISATION with OrganisationField.VPARAM

Location:
trunk/client/servlet/src/org/proteios/gui/form
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/src/org/proteios/gui/form/FormFactory.java

    r3836 r3837  
    9393  public static final VInteger VGROUPID = new VInteger("groupId", 1, false);
    9494  public static final VString VANNONAME = new VString("annotationName", 1,64, false);
    95   public static final VString VORGANISATION = new VString("organisation", 0, 255);
    9695  public static final VString VPWD1 = new VString("pwd1", 1, 32, true);
    9796  public static final VString VPWD2 = new VString("pwd2", 1, 32, true);
     
    94079406   fs.add(addressF);
    94089407
    9409    TextField<String> organisationF = new TextField<String>(VORGANISATION);
    9410    organisationF.setLabel("Organisation");
     9408   TextField<String> organisationF = new OrganisationField();
    94119409   fs.add(organisationF);
    94129410
Note: See TracChangeset for help on using the changeset viewer.