// create navigation for group
SiteKey key = SiteKey.group(ownerId);
NavigationContext existing = navigationService.loadNavigation(key);
if (existing == null) {
navigationService.saveNavigation(new NavigationContext(key, new NavigationState(0)));
}
}
// Update group navigation list
ctx.addUIComponentToUpdateByAjax(uicomp);