On Wed, 24 Feb 1999, Bill Bumgarner wrote:

> The first line should be [[[WOResponse alloc] init] autorelease].

Doh! [EMAIL PROTECTED] also noticed that setContent: wants an NSData and
I would be better off using appendContentString:. 

Thanks everybody, this is a really great community.


> On Wed, 24 Feb 1999, matt kangas wrote: 
> 
> > Oooops, one little mistake in that last request:
> > 
> > > - (WOResponse *)helloAction {
> > >   id aResponse = [WOResponse init];
> > >   id d = @"<html><head></head><body> hello! </body></html>";
> > >   [aResponse setContent:d];
> > >   return aResponse;
> > > }
> > > 

--
 \7\3\d\e\k\b\8\u\o\x\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\m\a\t\t\.\k\a\n\g\a\s\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
m\a\t\t\@\k\a\n\g\a\s\.\o\r\g\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \

Reply via email to