Thank you, Matt, for the info. I'll try facelets' templating feature. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Raible Sent: Monday, June 25, 2007 10:53 AM To: [email protected] Subject: Re: [appfuse-user] Integrated Facelets
What version of AppFuse are you using? If you're using 1.9.4, you shouldn't need to do anything. The reason you don't see the view-handler below is because it's registered in web.xml for Ajax4JSF. http://raibledesigns.com/rd/entry/integrating_facelets_and_ajax4jsf_with Matt On 6/25/07, Ding, Qin <[EMAIL PROTECTED]> wrote: > Appfuse 1.9.4/JSF > > I see that facelet is already integrated to the Appfuse 1.9.4. I'd like > to use facelet templating feature. According to a tutorial, I need to > add to faces_conf.xml the following line: > > <application> > <view-handler>com.sun.facelets.FaceletviewHandler</view-handler> > </application> > > After I did add this line, I got the error that > javax.servlet.ServletException > at > javax.faces.webapp.FacesServlet.service(FacesServlet.java:156) > > Should I add the line to faces_config.xml in order to use facelet's > templating feature within Appfuse? Or I don't because Appfuse already > takes care of it. > > Please advice. Thank you. > > QD > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
