Re: Views that don't return anything

2007-12-11 Thread James Turk
Any HTTP request is going to send a status code on return. I'd recommend returning a blank page or something just so that the server can return a 200-OK. On Dec 11, 9:04 pm, "Doug Penny" <[EMAIL PROTECTED]> wrote: > I am trying to create a view that processes some data, but doesn't > return anyt

Views that don't return anything

2007-12-11 Thread Doug Penny
I am trying to create a view that processes some data, but doesn't return anything. The data is being submitted from within a client-side, desktop app and should be completely transparent to the user. I currently do not have a return statement in the view and am getting a HTTP 500 status code on