Ho,
Am 29.11.2011 16:05, schrieb Malte Beran:
> i want to export some data of my ext to vcal.
> How can i tell fluid to use the txt template instead the html.
>
> The special pagetype is already configured.
$this->request->setFormat('txt');
in the controller should do the trick
georg