Announcement

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

    server-side: response.setFailure("Blah blah blah!"); cliente-side; ????

    How do I get in the client-side the response.setFailure("Blah blah blah!"); setted in the FooDS.java executeAdd?

    #2
    It becomes dsResponse.data. See also the Error Handling overview for more details.

    Comment


      #3
      Can I do some thing like this: SC.warn(response.getDataAsString())?

      Comment


        #4
        It's working. Thank you.

        Comment

        Working...
        X