Guys,

a weird problem, if I ask for the query-string in direct action, it
works fine
on NT with NSAPI but doesn't works on Solaris with Apache


- (WOComponent *)findAction {
    WORequest* req=[self request];

    [self debugWithFormat:@"query-string %@",[req
headerForKey:@"x-webobjects-query-string"]];

    /* more code */
}


thanks in advance

Eric.

Reply via email to