Project

General

Profile

Actions

Bug #59477

closed

"the requested view was not found" by f:form field named "format"

Added by Santiago Soler over 10 years ago. Updated about 6 years ago.

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 #1

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.

Actions #2

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF