Have you try replacing this:

<context-param>
   <param-name>tilesDefinitions</param-name>
   <param-value>/WEB-INF/tiles.xml</param-value>
</context-param>

with this

<context-param>

<param-name>org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG</param-name>
  <param-value>/WEB-INF/tiles.xml</param-value>
</context-param>



Antonio Petrelli wrote:
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to