typo3 extbase controller parameters

revision 05529fafb835b556bc4a21bf161fc450c3c2d3c8

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_bellevue_brokersearch"

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