[TYPO3-dev] eID empty response
Dan Osipov
dosipov at phillyburbs.com
Tue Nov 24 15:23:48 CET 2009
How are you returning the content? It should be printed directly to the
output.
Dan Osipov
Calkins Media
http://danosipov.com/blog/
Henjo Hoeksma wrote:
> Hi list,
>
> I just started using the eID thingy and want to use it to load a dynamic
> form.
> I do not know why, but the file is being called, found but always have
> an empty response. Even if I just put something plain in. If I call the
> file directly I can get the output.
> I obviously miss something...
>
> This is the jQuery script I use to call the file:
> $(document).ready(wizard);
>
> function wizard(){
> $.ajax({
> url: "index.php?eID=tx_knowledgebase_pi1",
> cache: false,
> success: function(data){
> $("#js").append(data).css('border','1px solid green');
> alert("Data Loaded: " + data);
> }
> });
>
> };
>
> Both the border and the alert show up, but the 'data' part is empty.
>
> Any clues?
>
> Thanks in advance.
>
> Henjo
More information about the TYPO3-dev
mailing list