Bug #37459

FormViewHelper with GET method and query parameters in action is not usable

Added by Christopher Hlubek about 3 years ago. Updated about 3 years ago.

Status:Closed Start date:2012-05-24
Priority:Should have Due date:
Assigned To:Bastian Waidelich % Done:

0%

Category:ViewHelpers
Target version:-
Has patch:No Affected Flow version:Git master

Description

If the form viewhelper is used with method="GET" and the action attribute that is built (given with actionUri or using the URI builder) contains query paramters, they will be lost on form submission (http://www.w3.org/TR/html401/interact/forms.html#h-17.13.3.4).

The form viewhelper should parse query parameters in the action URI and prepend them as hidden fields in the form to pass them to the request that is submitted.


Related issues

duplicates TYPO3.Fluid - Task #11636: Form viewhelper not functional with method GET Resolved 2010-12-22

History

#1 Updated by Bastian Waidelich about 3 years ago

  • Category set to ViewHelpers
  • Status changed from New to Closed
  • Assigned To set to Bastian Waidelich

This is a duplicate of #11636 - i'll add your comments there

Also available in: Atom PDF