facesContext, UICommand.COMPONENT_TYPE,
TobagoConstants.RENDERER_TYPE_LINK, commands[i].getCommand());
toolbar.getChildren().add(command);
for (ActionListener listener : getActionListeners()) {
command.addActionListener(listener);
}
command.setActionListener(getActionListener());
command.getAttributes().put(
TobagoConstants.ATTR_IMAGE, "image/tobago.tree." + commands[i].getCommand() + ".gif");
String title = ResourceManagerUtil.getPropertyNotNull(facesContext, "tobago",