- This topic has 162 replies, 89 voices, and was last updated 16 years, 8 months ago by Karsten Gresch.
-
AuthorPosts
-
mcleodMembermanagement 👿
+ 1 Facelet support.
jkvaMember@support-rkalla wrote:
We just had an evaluation of the Source editor and Designer to see if they were XHTML compatible as a first step towards full facelets support. Things were in surprisingly good shape, with just a few time consuming tweaks that were needed, unfortunately we just entered QA for 5.0.3 so management decided to descope that first step for 5.0.3 and instead put it into 5.1.
I saw that 5.1 has been released, but I did not see XHTML support. Is there any? If there is, I’m going to start working with it right away, because at the moment Facelets development is very difficult.
By the way, any news on the Facelets front? 🙂
Riyad KallaMemberXHTML was only addressed in some minor ways in the designer for this release, but nothing hugely official. For most intents and purposes I would say that it will behave similar to how 5.0 was behaving, maybe a bit more accurate in the editor and designer though, but not perfect yet.
No *official* commitment to Facelets yet except, and I’ve already stated the unofficial view before. So fingers crossed.
jklcom99MemberHi,
I’m running MyEclipse 5.1. I followed William’s method to create a jsf/facelets project by cut/paste his code from the post. But I’m getting this error:
exception
javax.servlet.ServletException: Requires FaceletFilter to be initialized with Application!!
javax.faces.webapp.FacesServlet.service(FacesServlet.java:202)root cause
com.sun.facelets.FaceletException: Requires FaceletFilter to be initialized with Application!!
com.sun.facelets.FaceletViewHandler.createFaceletConfig(FaceletViewHandler.java:138)
com.sun.facelets.FaceletViewHandler.initialize(FaceletViewHandler.java:150)
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:439)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)I have all the jar files. What am I missing?
Thank you
jklcom99MemberHi,
I’m running MyEclipse 5.1. I followed William’s method to create a jsf/facelets project by cut/paste his code from the post. But I’m getting this error:
https://facelets.dev.java.net/nonav/docs/dev/docbook.html#gettingstarted-setup
exception
javax.servlet.ServletException: Requires FaceletFilter to be initialized with Application!!
javax.faces.webapp.FacesServlet.service(FacesServlet.java:202)root cause
com.sun.facelets.FaceletException: Requires FaceletFilter to be initialized with Application!!
com.sun.facelets.FaceletViewHandler.createFaceletConfig(FaceletViewHandler.java:138)
com.sun.facelets.FaceletViewHandler.initialize(FaceletViewHandler.java:150)
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:439)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)I have all the jar files. What am I missing?
Thank you
Riyad KallaMemberjklcom99, did you add the FaceletFilter to your web.xml file so it gets started up when your app spins up?
jklcom99MemberNo, I’m not seeing that in the example. Can you show me your file?
Riyad KallaMemberHmm I think I spoke too soon, doing a google for that comes up with almost nothing, and that error message gives no error at all either… weird.
Are you using stable builds of Facelets and JSF? No nightly builds?
jklcom99MemberI’m using the latest dev version 1.2 from https://facelets.dev.java.net/servlets/ProjectDocumentList?folderID=3635&expandFolder=3635&folderID=0
I googled on it and nothing came up.
jklcom99MemberI’m using the latest dev version 1.2 from https://facelets.dev.java.net/servlets/ProjectDocumentList?folderID=3635&expandFolder=3635&folderID=0
I googled on it and nothing came up.
Riyad KallaMemberI’m not sure what is going on, sorry.
David Orriss JrParticipant@support-rkalla wrote:
Anyone want to write a getting started with MyEclipse and Facelets tutorial for the tutorial section? Full credits will be included of course.
I’m working on a blog entry and a “skeletal” app that people can build Facelet-based apps from right now. When I have it done I’ll post a new thread for it.. 🙂
Riyad KallaMemberDaveO that would be fantastic. We look forward to hearing from you.
David Orriss JrParticipant@jklcom99 wrote:
Hi,
I’m running MyEclipse 5.1. I followed William’s method to create a jsf/facelets project by cut/paste his code from the post. But I’m getting this error:
https://facelets.dev.java.net/nonav/docs/dev/docbook.html#gettingstarted-setup
exception
javax.servlet.ServletException: Requires FaceletFilter to be initialized with Application!!
javax.faces.webapp.FacesServlet.service(FacesServlet.java:202)root cause
com.sun.facelets.FaceletException: Requires FaceletFilter to be initialized with Application!!
com.sun.facelets.FaceletViewHandler.createFaceletConfig(FaceletViewHandler.java:138)
com.sun.facelets.FaceletViewHandler.initialize(FaceletViewHandler.java:150)
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:439)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)I have all the jar files. What am I missing?
Thank you
I got nothing for ya. Let me re-make the baseline project and I’ll put it on a server for you to import and try out on your end… It’ll be a day or so tho.. I’m a bit swamped at the moment.
David Orriss JrParticipantJust a brief update… I’m working on the tutorial.. I have the screenshots done, and the sample project finished. I just need to get some text around those screens and get the tutorial written… Hopefully in the next day or so.. 🙂
-
AuthorPosts