pageContext.forceWrite("<html>\n<head>\n\t<title>Document Moved</title>\n");
//pageContext.forceWrite("\t<script>window.location='"+JSStringFormat.invoke(url)+"';</script>\n");
pageContext.forceWrite("</head>\n<body>\n\t<h1>Object Moved</h1>\n\t <a HREF=\""+url+"\">here</a>\n");
pageContext.forceWrite("</body>\n</html>");
} catch (IOException e) {
throw new NativeException(e);
}
if(pageContext.getConfig().debug())pageContext.getDebugger().setOutput(false);
throw new Abort(Abort.SCOPE_REQUEST);
}