[Flow] Routing controllers placed in subfolders
Christian EÃl
essl at incert.at
Wed Aug 28 11:44:54 CEST 2013
Hi,
Thanks, but as far as I have seen so far, TYPO3 Flow does not handle Routes for subpackages by default. That is why I needed to specify a Route in my Routes.yaml to be able to access it.
I found the problem in my configuration. It looks like variables like "{bar}" ,specified in the uriPattern, _must_ be named after the model in lowerCamelCase. After I did that (the full name was {templateVariable}), it worked.
More information about the Flow
mailing list