google-code-export / activeweb

Automatically exported from code.google.com/p/activeweb
0 stars 0 forks source link

responseContent() should return a stirng with explanation if integrateViews() was not used #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
sometimes developers forget to call integrateViews(), but then call 
responseContent(), which returns nothing. 
Instead responseContent() needs to return a hard-coded string:

"Please, call integrateViews() to get real content from request"

Original issue reported on code.google.com by ipolevoy@gmail.com on 9 Aug 2011 at 9:43

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 5 Mar 2012 at 7:50