I have an important question.
I have worked with JSF 1.2 in the past. I haved use some basic tags like
<h:outputText />
<h:commandButton />
<h:commandLink />
<h:dataTable />
and RichFaces like this
<rich:calendar />
<rich:togglePanel />
<rich:dataScroller />
To use ajax functionality, i worked with
<a4j:support />
<a4j:jsFunction />
<a4j:queue />
for example. I have used q jetty webserver to use the JSF tags. Today i work since one Week with JSF 2.0, PrimeFaces and the glassfish application server.
So i have the following question: Have I worked with JSF or have I worked with Mojarra? Sorry, but the exactly differences between there technologies are not clearly for me.
Thanks a lot ! Maik