Hi,
I am using Java, Struts, and jqgrid.
I have a problem when I modify a row, I make a call to the server and update the modification, but If there is an error on the server side, the server responds me with an html page with specific message.
How do I for catch this error page and show it on the page ?
I have implemented the :
loadComplete: function(){
checkServerErrors();
}
But when you modified a row and goes to server, this function it is not called, and if it would be called how do I get the content of the server reponse?
thanks a lot.
Josep Escofet
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top