restored 1.4 compatibility
This commit is contained in:
@@ -106,7 +106,7 @@ class MockViewFactoryCreator implements ViewFactoryCreator {
|
||||
}
|
||||
|
||||
public void render() throws IOException {
|
||||
context.getExternalContext().getResponseWriter().append(viewId);
|
||||
context.getExternalContext().getResponseWriter().write(viewId);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user