[TYPO3-mvc] Objects created through eID action remain empty

Daniel Völkel d.voelkel at medienwuerfel.de
Sat Sep 13 22:52:07 CEST 2014


Hi Helmut,

the URI is also generated through your ViewHelper:

<a class="details-button btn-green" data-ajaxUri="{t:uri.ajaxAction(action: 'requestAngebot', format: 'json', controller: 'Anfrage', pluginName: 'Pi1', arguments: '{angebot: angebot}') -> f:format.htmlentities()}">Details anfordern</a>

The generated link looks like this:

<a class="details-button btn-green" data-ajaxuri="/?tx_typoscriptrendering[context]={"record"%3a"_"%2c"path"%3a"tt_content.list.20.myextension_pi1"}&tx_swfrdienstleistungen_pi1[angebot]=1&tx_myextension_pi1[action]=requestangebot&tx_swfrdienstleistungen_pi1[controller]=anfrage&tx_myextension_pi1[format]=json&chash=dcb2fca115852049007da8b52747c542/">Details anfordern</a>


Also I did some more tests with links loaded with my plugin, not through any ajax call and found out that they do work from time to time, but not everytime ... and if they work, the links in my consecutive ajax calls do work as well. And if I check again a couple of hours later, it is not working anymore (empty database entries like in the beginning)

I'm really confused now and have no idea what to do anymore, it seems the problem is really somewhere else ... 

Regards,
Daniel


More information about the TYPO3-project-typo3v4mvc mailing list