[TYPO3-mvc] textareaRTE viewhelper

Henjo Hoeksma me at henjohoeksma.nl
Fri Sep 17 16:41:17 CEST 2010


On 2010-09-17 15:54:46 +0200, Henjo Hoeksma said:

> On 2010-09-16 13:47:43 +0200, Frank Frewer said:
> 
>> 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
> 
> Hi Frank,
> 
> thanks. I will retry!
> 
> Henjo

Well, without luck. I did exactly this, but the error stays....

Any other advice?

Henjo



More information about the TYPO3-project-typo3v4mvc mailing list