I have the following code implemented in a jaggery app. In the reInvite
function sends an email and returns email. The issue is though the email is
sent successfully it throws an error.


jagg.post("../blocks/tenant/register/invite/ajax/invite.jag", {
                    action:"reInvite",
                    email:email
                },
                function (result) {
                  //do something
                },
                function (jqXHR, textStatus, errorThrown) {
                    //handle error
                });

What could be the possible reason for this error?
Appreciate your inputs.

Thanks.
Ishara Cooray
Senior Software Engineer
Mobile : +9477 262 9512
WSO2, Inc. | http://wso2.com/
Lean . Enterprise . Middleware
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to