- This topic has 162 replies, 89 voices, and was last updated 17 years, 3 months ago by
Karsten Gresch.
-
AuthorPosts
-
November 7, 2006 at 3:37 am #261402
mcleodMembermanagement 👿
+ 1 Facelet support.
November 15, 2006 at 12:25 am #261850
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? 🙂
November 15, 2006 at 9:41 am #261880
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.
November 21, 2006 at 9:31 am #262352
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
November 21, 2006 at 9:32 am #262354
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
November 21, 2006 at 9:43 am #262359
Riyad KallaMemberjklcom99, did you add the FaceletFilter to your web.xml file so it gets started up when your app spins up?
November 21, 2006 at 9:55 am #262360
jklcom99MemberNo, I’m not seeing that in the example. Can you show me your file?
November 21, 2006 at 10:07 am #262364
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?
November 21, 2006 at 11:47 am #262401
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.
November 21, 2006 at 11:47 am #262402
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.
November 21, 2006 at 11:49 am #262405
Riyad KallaMemberI’m not sure what is going on, sorry.
November 28, 2006 at 3:52 pm #262703
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.. 🙂
November 29, 2006 at 8:48 am #262764
Riyad KallaMemberDaveO that would be fantastic. We look forward to hearing from you.
November 29, 2006 at 9:29 pm #262822
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.
December 1, 2006 at 2:06 am #262870
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