// delegate to a command
else if (command != null && command instanceof SimpleCommand)
{
logger.debug("delegating to PluginCommand");
model.setCurrentCommand(command);
return command.handleRequest(db, request, out);
}
else if (action.equals("filter_add"))
{
this.addFilters(pager, db, request);
}