// validation
HtmlGenerator html = new HtmlGenerator();
if (groups == null || groups.isEmpty())
{
// no server/groups available ...
Hint blank = new Hint(Console.MESSAGES.topology_no_server());
container.clear();
container.insert(blank, 0);
return;
}