This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Mixing JSP and Facelets in Seam?fhh Aug 16, 2007 3:31 AM (in response to tonylmai)No, it is not used because you can have AFAIK use only one view handler. 
 But it should not be too difficult to write a *.taglib.xml.
 Regards
 Felix
- 
        2. Re: Mixing JSP and Facelets in Seam?stephen.friedrich Aug 16, 2007 5:17 AM (in response to tonylmai)It's definitly possible to have both jsp and facelets pages in a single app. 
 That came handy for me when migrating a large app.
 See for example
 http://www.mojavelinux.com/blog/archives/2006/12/partial_facelets_adoption/
 or
 http://wiki.java.net/bin/view/Projects/FaceletsFAQ#How_do_I_use_Facelets_and_JSP_in
 But Felix is right, you would probably be better of just writing a taglib.xml - and of course complain at ILOG.
- 
        3. Re: Mixing JSP and Facelets in Seam?tonylmai Aug 16, 2007 5:00 PM (in response to tonylmai)Thanks guys. 
 
    