[TYPO3-mvc] Nesting Fluid-Tags

Bernhard Kraft kraftb at think-open.at
Wed May 5 14:15:33 CEST 2010


Nikolas Hagelstein wrote:

> 
> <f:form.textbox property="captcha"
> value="{f:translate(key='LLL:EXT:voegele_card/locallang.xml:current_balance_
> eur')}" />
> 

Hello !

It seems to execute the "translate" viewHelper. But it does not seem to 
insert the returned value into the "value" field of the generated 
<input> tag. The generated input tag looks like this:

<input type="text" name="tx_voegelecard_pi1[formCard][cardNumber]" 
value="{f:translate(key='card_number')}" />

If I leave away the "key=" parameter I get an Exception:

#1237823699: Required argument "key" was not supplied.

So as I wrote it seems to execute the "translate" viewHelper ...
I assume this is a bug. Was it fixed in some recent version? I use TYPO3 
4.3.2


greets,
Bernhard


More information about the TYPO3-project-typo3v4mvc mailing list