08-21-2007 12:53 PM
if (folder == undefined || !folder.isContainer)
{
status.code = 404;
status.message = "Folder " + url.extension + " not found.";
status.redirect = true;
}
model.folder = folder;
File: blogsearch.get.html.404.ftl
<html>
<body>
${status.message}
</body>
</html>
08-22-2007 05:59 AM
status.code = xxx;
status.redirect = true;
08-22-2007 11:20 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.