592593594595596597598599600601602
return getViewURI(defaultViewDir, actionOrView, null); } else { String errorMsg = "View file \"" + filePath + "\" does not exist."; log.error(errorMsg); throw new NoViewFileException(errorMsg, filePath); } } return uri; }