TextItem driverItem = new TextItem("driverName", "Driver");
TextBoxItem urlItem = new TextBoxItem("connectionUrl", "Connection URL");
TextBoxItem userItem = new TextBoxItem("username", "Username");
PasswordBoxItem passwordItem = new PasswordBoxItem("password", "Password");
form.setFields(nameItem, jndiItem, enabledFlagItem, driverItem);
form.setFieldsInGroup("Connection", new DisclosureGroupRenderer(), userItem, passwordItem, urlItem);