typo3 extbase controller parameters

revision c6da3494102a6b2e87f04c0814ef6dac9cdd0c36

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)

History