[TYPO3-mvc] textareaRTE viewhelper
Frank Frewer
info at frankfrewer.de
Thu Sep 16 13:47:43 CEST 2010
Hi Henjo,
Henjo Hoeksma schrieb:
> On 2010-08-10 21:38:12 +0200, Bastian Waidelich said:
>
> While implementing it, I ran into a bug on saving though: Request hash
> (HMAC) checking failed.
> After a reload is does proceed however to the form, but no update has
> taken place.
>
> My form looks like this:
> ...
> <f:script>
> <f:form.rte ... />
> </f:script>
> ...
It should look like this example:
<f:script>
<f:form action="...">
<f:form.rte name="myRteTextArea" rows="5" cols="40" value="This is shown
inside the textarea" />
</f:form>
</f:script>
>
> I used the newest of the files from forge. I was not able to run the
> patch on the current fluid version (1.2.1) and tried replacing the
> formviewhelper with the suggested revision, and had that one patched.
It is not anymore necessary to modify Form VH.
>
> That resulted in a 'no value found' error and did not load the RTE.
>
Regards,
Frank
More information about the TYPO3-project-typo3v4mvc
mailing list