I think that the standard viewhandler and the tiles viewhandler both have ties to the statemanager. If so, we should maybe see if we can try to decrease the coupling outside of the APIs. Even if we can't, we should still try to decrease direct coupling to our init code.
On Fri, 31 Dec 2004 17:29:41 -0800 (PST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > > 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? > > Thanks, > Eric Chen > > > __________________________________ > Do you Yahoo!? > Read only the mail you want - Yahoo! Mail SpamGuard. > http://promotions.yahoo.com/new_mail > -- -Heath Borders-Wing [EMAIL PROTECTED]

