try {
String indexStylesheetPath = getPath(getIndexStylesheetLocation());
String formStylesheetPath = getPath(getFormStylesheetLocation());
String errorStylesheetPath = getPath(getErrorStylesheetLocation());
m_styler = new Styler(indexStylesheetPath,
formStylesheetPath,
errorStylesheetPath);
} catch (Exception e) {
throw new ServletException("Error loading stylesheet(s)", e);
}