Hi all,

I've been trying for the past 2 days to configure Struts2 to work with
tiles. In the Struts 2.0.1 release, I found the jar to deal with tiles that
was not included in the Struts2.0.0-SNAPSHOT release (
struts2-tiles-plugin-2.0.1.jar), but in the end I can't resolve this error
that is launched when I try to access a link with result of type "tiles" :
*
java.lang.NullPointerException*

   
org.apache.struts2.views.tiles.TilesResult.getComponentDefinition(TilesResult.java:162)
   org.apache.struts2.views.tiles.TilesResult.doExecute(TilesResult.java:116)
   
org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:175)
   
com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:309)
   
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:218)
   
com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:177)
...


Could someone tell me what jars I exactly need to use tiles with struts 2
and the files that I need to configure and how?
Thanks very much in advance.

Sebastien

Reply via email to