1. #1
    Sencha User
    Join Date
    Dec 2008
    Location
    Vienna, Austria
    Posts
    503
    Vote Rating
    7
    Dumas is on a distinguished road

      0  

    Question How to return true in destroy requests?

    How to return true in destroy requests?


    Hi!

    Update:
    With ExtJS 4.0.7 {success:true} works perfectly.



    Original:
    I'm using Ext.Direct. When I'm calling record.destroy() and receiving the response {success:true} ExtJS fires the success function of the destroy config. But it seems to not recognize the result, because when I make another operation it resend the destroy-request.


    I tried following responses, none has worked:
    Code:
    {}
    {success:true}
    {success:true,data:[]}
    {success:true,data:{id:4}}
    Here's a sample dialog: http://pastie.org/private/zknaafghf6vwldz9ixymg

    What is the right success-response?


    thanks
    Roland

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,085
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Just a plain success is true should technically be all you need.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

Tags for this Thread