// CHECKME: It's probably not a good idea to do this here
// since the context could also have been generating relative URLs
// unless the context is created from scratch
context.generateCompleteURLs();
WOMessage response = component.generateResponse();
contentString = response.contentString();
}
return contentString;
}