> > I am trying to use the Tile integration view handler > > JspTilesViewHandlerImpl with the JSF reference > > Implementation instead of using it with MyFaces (it > > mentions that this is possible in the docs). I am > > having an exception getting thrown saying that > > WebXml.init() has not been called yet. I see that this > > is called when using the myFaces JSF implementation as > > part of the initialization of the Faces Servlet. In > > the case where I'm just using the component package by > > itself with some other implementation is there some > > type of a initialization servlet or some other class > > that I can use to call the init method upon startup ? > > I've gotten it to work for now by modifying the source > > to have it initialize upon first call and then > > recompiling but this is definately not the right > > approach to solving the problem. What is the proper > > way of getting the Tiles integration working?
I ran into the same problem. I meant to post it to the list myself. I took a quick look at it to see if it was something I could fix easily on my own, but its pretty tightly coupled as Heath points out. In the meantime, I would suggest striking/ammending the following comment from the MyFaces website describing the Tiles component: "By the way, the JspTilesViewHandlerImpl is part of the myfaces-components. So someone could use it with Sun's RI too." It might save some people the trouble of discovering this on their own. Perhaps instead it could mention the specific barriers to this now and ask for volunteers to help deal with it? sean

