when we develop web app using JSP and servelt here, servlet act as a CONTROLLER (from MVC perspective). then what acts as the controller when i am developing web app using JSF and Facelets...
is it something related with - JSF - request dispatcher servlets - httprequest httpresponse
or am taking it completely wrong.