[Seaside] Seaside 2.8 versus 2.9 Alph4: non-HTML ouput

Philippe Marschall philippe.marschall at gmail.com
Fri Aug 28 06:27:02 UTC 2009


2009/8/27 Robert Shiplett <grshiplett2 at yahoo.com>:
> In the VW port of 2.8 I found such obvious problems as
> WAResponse
>>>beXML
> contentType := contentType copyReplaceAll: '/html' with: '/xml'.

The 2.8 branch is unlikely to get any major fixes unless somebody steps up.

> But in 2.9 Alpha 4 some problems remain which  are just as obvious:
> WASession
>>>updateRoot: anHtmlRoot
> self application updateRoot: anHtmlRoot.
> anHtmlRoot meta contentType: self application contentType.
> anHtmlRoot meta contentScriptType: WAMimeType textHtml.
> anHtmlRoot htmlAttributes
> at: 'name' put: 'updateRoot'.
> anHtmlRoot beXhtml10Strict.
> anHtmlRoot title: 'Seaside'

Problem confirmed, that code shouldn't be there.

Cheers
Philippe


More information about the seaside mailing list