[TYPO3-mvc] fluid textarea default value
Claus Due
claus at wildside.dk
Wed Feb 6 21:35:44 CET 2013
Hi Bas,
> When i load a fresh form the default value is now: Dear Kasper,
> When i change the default value to: Dear Kasper, How are you?
> and submit the form. The textarea is empty.
Try:
<f:form.textarea id="message" property="message" class="text" value="{f:if(condition: newContact, then: newContact.messge, else: 'Dear Kasper,')}" errorClass="error" />
Cheers,
Claus
More information about the TYPO3-project-typo3v4mvc
mailing list