Re: JSF - Java Servlets, compatibility layer?

2007-04-17 Thread David Delbecq
Default JSF is based on JSP to generate the view. JSF can as such display in a specific area of the JSP. As long as you don't try to get the output of a sub-jsp or sub-servlet inside a the JSF form but somewhere around, there shouldn't be any big problem (take care cycle in parts of the jsp where t

JSF - Java Servlets, compatibility layer?

2007-04-17 Thread Tobias Kühne
Hi all, at the moment one of my tasks is, to find out if there is a possibility to run Java Servlets from within a Java Server Faces page. Some background info therefor: we've got a software product that consists of Java Servlets and runs on the Tomcat container. All the servlets make use of