$this->view->setTemplateBefore( 'admin/header' );
This seems to prevent the action view from being rendered. At all. All I get is the base with the header rendered.
Even adding an explicit:
$this->view->pick( 'admin/importkeys' );
to the action results in the same. Am I missing something or is this a bug?