gridBuilder = new GridBuilder(body, "flowform", true);
final String name = address.getFullNameWithTitleAndForm();
gridBuilder.newSplitPanel(GridSize.COL50);
DivPanel section = gridBuilder.getPanel();
section.add(new Heading1Panel(section.newChildId(), name));
appendFieldset("organization", address.getOrganization());
appendFieldset("address.division", address.getDivision());
appendFieldset("address.positionText", address.getPositionText());
appendEmailFieldset("email", address.getEmail());
appendEmailFieldset("address.privateEmail", address.getPrivateEmail());