There is nothing in the log at startup. I have two rather large applications I am experimenting with combining together in the same web context root. Don't ask! Attempt is to have them call into one another. Ultimately, it will evolve to S2 if need be. It is working fine right now with both versions of Struts. The only problem is that NPE. Are both versions of Tiles supported in the same app?
Scott On 10/5/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > > 2007/10/5, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Thanks. I am adding S2 components to a S1 application and for some > reason I > > am getting a NPE in TilesResult at 104. Looks like this > > > > TilesContainer container = TilesAccess.getContainer(servletContext); > > > > coughing up a null container! Any clues? > > This happens usually when Tiles did not load at all. > Check in your log if some exception happened at startup. > > > I am running both versions of > > Tiles in the same app. The one that was there all along and Tiles 2 for > the > > S2 code. They each have their own tilesxxx.xml definition files. > > Are you running TWO versions of Tiles? Why? > > Antonio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Scott [EMAIL PROTECTED]