On Nov 14, 2007 6:55 AM, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hi, > 1. Has anyone been successful in getting code completion with Facelets in > Eclipse, it works ok with simple .jsp pages. Any workaround with Eclipse > Europa with WTP 2.0? > > 2. How can we change the default extention of .xhtml of all the facelets > pages in AppFuse 1.9.4 to something else say .jspx after we download the > source from svn?
You wouldn't want to do this as jspx is a recognized extension in Tomcat and other JSP 2.0 containers. It's the XML strict version of JSPs. If you choose another extension, it should be easy enough to use - just rename all your files and change your web.xml accordingly. Matt > > --Irshad. > -- > View this message in context: > http://www.nabble.com/Code-completion-of-JSF-Facelet-pages-in-Eclipse-Europa-tf4805124s2369.html#a13746941 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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]
