[TYPO3-mvc] fluid array with a value of type boolean
dennis ahrens
dennis.ahrens at googlemail.com
Fri Apr 30 14:20:55 CEST 2010
Hi list,
i've tried to render a action-link with fluid that should hand a
argument of type boolean to the action.
the code looks like this:
<f:link.action action="import" controller="DocumentTemplate"
arguments="{create: true}">
create
</f:link.action>
I've also tried
arguments="{create: 1}
and
// controller
$this->view->assign('true',TRUE);
// template
arguments="{create: true}
The manual does not mention boolean values for arrays:
http://flow3.typo3.org/documentation/manuals/fluid/fluid.usermanual/#id37692524
Any workarounds/ideas?
regards
Dennis
More information about the TYPO3-project-typo3v4mvc
mailing list