Error Ajax Response Parsing. Show a new popup blanck

Login or register to post comments
1 reply [Last post]
Offline
Joined: 02/04/2011

Hi, today I've seen a error while I was testing a app, I have a page with a qdatagrid inside, the rows have a link to other page, this links is made with a function. The last day, all runs ok but today, when I click the link, the system shows me a popup with the next missage:

""An error occurred during AJAX Response parsing.
The error response will appear in a new popup.""

And then a blank page is open but the links runs OK too, I don't know where I find the error, any idea?

thanks

Offline
Joined: 02/04/2011

I've found the solution. I had a "AddAction"(ajaxaction) on rows of Qdatagrid and this action redirect the page. Without this action I solve the problem