Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Work with both JSP(NO FACES) and JSF, how i config my web.xml?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
HI, I really need help, I'm new with JSF, actually I'm trying to implement in a project that uses jsp(NO FACES) some new applications that works with JSF, both jsp and jsf works fine if I change my faces config file, the problem its the view handler of faces

<application>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
</application>

how can I change my web.xml so it can use faces config only to my new applications???

please help me, regards!
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This is a duplicate post.

To prevent confusion, it has been locked. Replies should be made to the other copy of this post.
 
Consider Paul's rocket mass heater.
    Bookmark Topic Watch Topic
  • New Topic