[TYPO3-project-formidable] datahandler:RAW leads to formidable::mayday

Martin Claus mc.laus at gmx.de
Mon Oct 20 13:36:14 CEST 2008


Hi List,

I want to create a simple form reading one value from a  
renderlet:TEXT, validate it and then start a rather complex chain of  
actions.
I'm trying this by using the datahandler:RAW which calls a method from  
another script and passes through the input.
My problem is, when submitting the form a formidable::mayday appears  
which says "_getFormDataManaged() is deprecated" in tx_dhraw. Looking  
in the source the method can be found at line 18:

$aDataManaged	= $this->_getFormDataManaged();

Replacing this line by:

$aDataManaged	= array();

will fix the problem. But I don't know how this will influence  
everything else.
Can you please have a look at the patch and fix this situation.


With kind regards,
Martin Claus


More information about the TYPO3-project-formidable mailing list