Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    ListGrid receives the response.

    I have attached the required info when the request/response is being processed.
    Attached Files

    Comment


      #17
      Ah OK, the problem is much more fundamental: a validation error is not a valid response to a "fetch" request. A fetch either succeeds or fails outright. This was always invalid usage and it's now being reported correctly.

      If you have some additional data you want to display when the fetch returns, set a success status, and if you need access to such data sometime after transformResponse and hence need to store something on the DSResponse, then put the additional data somewhere on the dsResponse *other than* dsResponse.errors (use setAttribute()).

      Comment


        #18
        I did relevant changes when response parsing.

        That issue is no more there, looks great.

        Thanks very much!

        Comment


          #19
          Great, glad we got to the bottom of it :)

          Comment

          Working...
          X