[TYPO3-mvc] MVC, pages and FlexForms

Bastian Waidelich bastian at typo3.org
Thu Jun 18 16:04:58 CEST 2009


Sebastian Gebhard wrote:

> I forgot to add the Error Message:
> [...] Expected type: "integer"; Given: "string".'

Yap, this happens because the setting wasn't available and was 
implicitly converted to an empty string.

BTW: you can use the debug view helper to execute the good old debug():
<f:debug title="settings">{settings}</f:debug>

..but you're right, settings are not yet available in the view by default.

@Sebastian: shouldn't the inline syntax work like this: 
{f:debug(settings)} ? (it only outputs 'settings')

all the best
Bastian


More information about the TYPO3-project-typo3v4mvc mailing list