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



Hi Lew,

Many thanks for the diagram which makes things much clearer.
Up to now I have only been using src/ and web/ below project/,
with the .class files going in project/web/WEB-INF/classes/
and the war file going in project/web/WEB-INF/ . Further in
the book I see that they put the war file in project/dist/,
but so far I don't see project/build/ being used. Anyway, I
don't want to run ahead of myself, and I just need to go
through the examples in the book slow enough so that I can
learn what it's all about.

Earlier in the year I wrote the client side of some code at
http://csharp.com/simulator/index.html , which currently
does nothing when a submit button is clicked. The idea is to
make it compatible with JSF and put it on a server, once I am
sufficiently familiar with JSF to do this.

Christopher

.