*/
public ContextAdminMiscChildView()
{
super();
setTitleBar(new TitleBar("Misc. Information", null, 2));
contextNameOverride.setName("contextNameOverride");
addField(new Label("Override the context name"), contextNameOverride);
addField(new HTML(HTMLHelper.hr("black")));