[Typo3-dev] Problems submitting a form in a self developed extension
Dmitry Dulepov
typo3 at fm-world.ru
Tue Aug 23 15:05:07 CEST 2005
Hi!
Udo wrote:
> So is there a possibility to force that the whole script is not be
> cached anymore. Do i have to add some additional code or
> Typo3-internal Functions to prevent the form from caching and to
> force a correct reload of the php-script?
Sure. Take a look to my answer:
news://news.netfielders.de:119/mailman.1.1124784426.18442.typo3-dev@lists.netfielders.de
Most likely you have the following in your ext_typoscript_setup.txt:
===============================
plugin.tx_myplugin_pi1 = USER
plugin.tx_myplugin_pi1 {
# whatever here...
}
===============================
It should be changed to:
===============================
plugin.tx_myplugin_pi1 = USER_INT
plugin.tx_myplugin_pi1 {
# whatever here...
}
===============================
Beware that it may hit performance to the grounds...
Dmitry.
More information about the TYPO3-dev
mailing list