public void actionConfig(CommandRequest request) throws Exception {
setShowingConfig(true);
Tree tree = (Tree) Factory.lookup("org.jboss.dashboard.ui.config.ConfigurationTree");
TreeStatus treeStatus = (TreeStatus) Factory.lookup("org.jboss.dashboard.ui.config.ConfigurationTreeStatus");
TreeNode node = treeStatus.getLastEditedNode(tree);
if (node != null) node.onEdit();
}
/**
* Determine if it is possible to navigate to given url for current user.
*