Re: Importing javax.faces.context.FacesContext for Glassfish



Hi Lew,

Before my posting appeared in reply to your suggestion, I downloaded
myfaces-core-1.1.5-bin.tar.gz from Apache's website, and indeed there
are myfaces-api-1.1.5.jar and myfaces-impl-1.1.5.jar, with the
former including the class javax.faces.context.FacesContext.class,
together with other classes.

Presumably I can extract the jar files and put them in
<context-root>/WEB-INF/lib/, then somehow modify the relevant xml
file. However, a simpler approach would be just to extract the
class files I need and put them in the /classes folder. That way
I avoid having to change an xml file, and I only have the files I
need.

Christopher

.



Relevant Pages