Hi All,
Having 'resources' folder under WEB-INF folder, whiile trying to get RealPath it is returning 'null' value in basePath variable.
HttpSession session = (HttpSession) FacesContext.getCurrentInstance().
getExternalContext().getSession(true);
String basePath = session.getServletContext().getRealPath("/WEB-INF/resources");
Please let me know how to get real path in JSF.
Thanks,
Sharath.