[TYPO3-mvc] controller and action cannot be excluded from url
Felix Oertel
mehl at foertel.com
Wed Apr 28 11:54:46 CEST 2010
Hi,
Am 28.04.10 11:44, schrieb Franz Koch:
> how about simply never adding the default controller/action pair by
> default in URLs and always have to define them manually?
what is added to the url is not the _default_ controllerAction but the
_actual_ controller and the action set (only if set in the
linkViewHelper-tag). i think normally this is wished behaviour otherwise
you would not be able to do:
<f:link.action action="fooBar">
linking to an action inside the same controller without setting it's
name over and over again.
regards, foertel
More information about the TYPO3-project-typo3v4mvc
mailing list