Bug #59477
closed"the requested view was not found" by f:form field named "format"
0%
Description
When trying to submit a form with an <f:form.select name="format"> the controller action runs ok, but the view returns:
_Sorry, the requested view was not found.
The technical reason is: No template was found. View could not be resolved for action "importTest" in class "TYPO3\Htsbcalendar\Controller\UserController"._
But when calling the same URL without form, just by entering the URL manually, the view works fine.
Workaround ist not to use "format" as name for a f:form field.
Updated by Claus Due about 9 years ago
- Status changed from New to Resolved
Confirmed; however, this is entirely by design. The "format", "action" etc. parameters are all reserved.
You can actually exploit this feature to, for example, let the user select the desired format of a multiformat controller action (think RSS with atom, rss, etc. formats).
Closing as resolved - it's by design and we don't want to break the described capability.