I am quite new to
java and
JSF. I have a project I built using seam-gen. In trying to understand JSF better I am trying to implement a simple PhaseListener that I got off someone's blog. Here it is:
I added it to my faces-config.xml file:
And now I get this error when I try and build my project:
a whole bunch more of the stack trace I'm leaving off -- someone tell me if it's useful.
What is going on here? Please only ask which JSF I'm using if you tell me how to find out which JSF I am using. I only know I'm using what came out of the box with Seam.
I so so so want to understand this stuff!
TDR