Does anyone know how to get a handle on the XPages servlet context?
Subject: how to get servletContext
Hello,
You can get the servletContext like this:
var servlet = facesContext.getExternalContext().getContext();
Does anyone know how to get a handle on the XPages servlet context?
Subject: how to get servletContext
Hello,
You can get the servletContext like this:
var servlet = facesContext.getExternalContext().getContext();