typo3 extbase controller parameters

raw

phork0.txt

GET param: ?tx_extname_controllername[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)
Christian Weiske Christian Weiske
owner

History