throws IOException {
include(null, page, null, 0);
}
public void forward(Writer out, String page, Map params, int mode)
throws IOException {
final Visualizer uv = getVisualizer();
//uv is null if it is called in DesktopInit (with TemporaryExecution)
if (uv != null && uv.isEverAsyncUpdate())
throw new IllegalStateException("Use sendRedirect instead when processing user's request");
setVoided(true);
try {