Actions
Bug #59477
closed"the requested view was not found" by f:form field named "format"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2014-06-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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.
Actions