I'm trying to add an in-place editable field to a web grid like this:
WebGrid new
columnNames: #('Test');
columnAspects: #(nil);
column: 1 addBlock: [:o | WebInPlaceEditableText aspect: #test for: o];
collection: self objects.
However, when pointing my browser to the page containing this element, I get:
Too late to add page headers, page is already streaming to response!