delegate own controller to facesServlet controller
843844Aug 10 2007 — edited Aug 14 2007Hello,
is it possible that a Controller (based on servlet) envokes/calls the facesServlet controller?
The point is that I've a legacy jsp/servlet app with a controller and want to substitude the app bit by bit with jsf technology. That's why i want my legacy controller delegates the controll to the jsf controller(facesSevlet) so that I can use jsf components .
If this is possible, how can i do that?