[TYPO3-mvc] Extension spread over several pages - best practice?
Lienhart Woitok
Lienhart.Woitok at netlogix.de
Wed May 26 09:26:15 CEST 2010
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi Sebastian,
>> However, I noticed that now the information of not-to-be-cached
>> controller/action combinations from ext_localconf.php is lost as well.
>> That way, my checkout controller was cached :-/
> That should definitely not happen. Could you debug this even further?
> For me, it all works...
Could this be caused by the fact that GET and POST variables for a plugin cannot be mixed for Typoscript conditions? Example:
GET:
tx_myext_pi1[controller]=Foo
tx_myext_pi1[action]=bar
POST:
tx_myext_pi1[baz]=1
Now the TS conditions on controller and action fail because t3lib_div::_GP takes the tx_myext_pi1 array from POST and ignores the one from GET. I worked around this by adding hidden fields for controller and action to my form so controller and action are available in the TS conditions. But this is probably not a final solution.
Kind regards,
Lienhart Woitok
Web-Entwickler
Telefon: +49 (911) 539909 - 0
E-Mail: Lienhart.Woitok at netlogix.de
Internet: http://media.netlogix.de
- --
netlogix GmbH & Co. KG
IT-Services | IT-Training | Media
Andernacher Straße 53 | 90411 Nürnberg
Telefon: +49 (911) 539909 - 0 | Fax: +49 (911) 539909 - 99
E-Mail: mailto:info at netlogix.de | Internet: http://www.netlogix.de/
netlogix GmbH & Co. KG ist eingetragen am Amtsgericht Nürnberg (HRA 13338)
Persönlich haftende Gesellschafterin: netlogix Verwaltungs GmbH (HRB 20634)
Umsatzsteuer-Identifikationsnummer: DE 233472254
Geschäftsführer: Stefan Buchta, Matthias Schmidt
-----BEGIN PGP SIGNATURE-----
Version: PGP Universal 3.0.0 (Build 2881)
Charset: Windows-1252
wpUDBQFL/M1eWevMF2ftbKMBCLb/A/4uQJRsAcJZyqwOXE9rA6XGYrc1nz3o9Hh5
+txhW90qOmVzJYscV4An/Z7UaQS4OJtMJT3eqY1pagRzhdT2txYUTzwB84hvqot2
qu5PxBGVzyf3YnX+J2x4/83nOXQlFl1wjZ7T2GZwtL5pRfjTrbV/YSDHzxRK6l6y
lU+HbbMT2A==
=NMGf
-----END PGP SIGNATURE-----
More information about the TYPO3-project-typo3v4mvc
mailing list