[TYPO3-mvc] Problem with <f:form.submit> and <<f:form>

Steffen Ritter info at rs-websystems.de
Tue Aug 3 12:14:53 CEST 2010


Am 03.08.2010 09:08, schrieb Steffen Müller:
> Hi.
>
> On 03.08.2010 07:42 Steffen Ritter wrote:
>> and some javascript
>
> This should be possible without Javascript.
>
if you are using real url it is very easy...
all allowed actions are ntoed in realurl value map and nomatch bypass

in f:form give an non-existing action --> no action will be in url.
put 1 <f:form.hidden name="action" />

build the submit <f:form.submit name="action" value="actioName" />

the problem that displayed name equals action will be the same you would 
have in every form misusing different buttons to determine the form 
action in every form (even without extbase) when not using javascript


More information about the TYPO3-project-typo3v4mvc mailing list