typo3 extbase controller parameters

revision c7f4b7a7870324272cb4c32ce7eab5b4e4f60748

raw

phork0.txt

GET param: ?tx_bellevue_brokersearch[detailReq][id]=2

typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php
 - set GET from plugin namespace "tx_extname_controllername"

typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php
 mapRequestArgumentsToControllerArguments
 - action method has parameter "detailReq", so it tries to map it


#1297759968: Exception while property mapping at property path "": It is not allowed to map property "id". You need to use $propertyMappingConfiguration->allowProperties('id') to enable mapping of this property. (More information)

History