You could also return the 204 status code, which means success
with "No Content".

Freddy

On Friday, September 30, 2011 2:39 AM, "Samuel Santos"
<sama...@gmail.com> wrote:

  Are you expecting a JSON object?
  If so, you can return a JavaScriptResolution(null) or a
  StreamingResolution("application/json", "").
  --
  Samuel Santos
  [1]http://www.samaxes.com/

On Fri, Sep 30, 2011 at 2:23 AM, fatefree <[2]fatef...@gmail.com>
wrote:

  Just curious, in the event of some ajax update which really
  supplies no
  response to the browser, what is the appropriate way to
  respond via a
  resolution? I have been returning null by default but firebug
  does not like
  that. Is there a specific status code I should return and
  perhaps
  encapsulate that with an EmptyResolution class?
  --
  View this message in context:
  [3]http://old.nabble.com/What-is-the-proper-empty-resolution-f
  or-an-ajax-update--tp32553645p32553645.html
  Sent from the stripes-users mailing list archive at
  Nabble.com.
  --------------------------------------------------------------
  ----------------
  All of the data generated in your IT infrastructure is
  seriously valuable.
  Why? It contains a definitive record of application
  performance, security
  threats, fraudulent activity, and more. Splunk takes this data
  and makes
  sense of it. IT sense. And common sense.
  [4]http://p.sf.net/sfu/splunk-d2dcopy2
  _______________________________________________
  Stripes-users mailing list
  [5]Stripes-users@lists.sourceforge.net
  [6]https://lists.sourceforge.net/lists/listinfo/stripes-users

--------------------------------------------------------------------------
----
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2

_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

References

1. http://www.samaxes.com/
2. mailto:fatef...@gmail.com
3. 
http://old.nabble.com/What-is-the-proper-empty-resolution-for-an-ajax-update--tp32553645p32553645.html
4. http://p.sf.net/sfu/splunk-d2dcopy2
5. mailto:Stripes-users@lists.sourceforge.net
6. https://lists.sourceforge.net/lists/listinfo/stripes-users
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to