2007/12/7, Rodrigo Pereira <[EMAIL PROTECTED]>: > > java.lang.NullPointerException > org.apache.struts2.views.tiles.TilesResult.doExecute( > TilesResult.java:104)
Ok this is symptom that the Tiles container has not been loaded (there is an issue that addresses the problem of the NPE, just to throw a better exception). See: https://issues.apache.org/struts/browse/WW-2033 Check the startup of your webapp: do you get an exception? Antonio