Feature #8247
add more uri options to form viewhelper
Start date:
2010-06-15
Due date:
% Done:
100%
Estimated time:
Has patch:
Description
The form view helper is missing an addQueryString param (like the link.action view helper) to easily keep the current query params when sending the form (for example you could have other extensions depending on certain params on your form page and would like to keep the current state when sending the form).
Attached a small patch which enables this feature (though I don't know if it's the correct "fluid" way).
Files
Updated by Bastian Waidelich almost 12 years ago
- Subject changed from addQueryString for form actions to add more uri options to form viewhelper
- Status changed from New to Accepted
- Assignee set to Bastian Waidelich
- Branch set to v4 + v5
There is a work-around as you can overwrite the form action like
<f:form ... actionUri="{f:uri.action(action='foo', useCacheHash=false)}">..</form>
But we have had a similar discussion at http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2010-June/005049.html
I'm taking care of adding some more uri parameters to the form vh
Updated by Bastian Waidelich almost 12 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r4620.