Re: [S2] configuring Tiles with Struts 2

2006-11-28 Thread quinmeda1
David H. DeWolf wrote: > > If you can add a ticket to jira and post a small, simple, webapp that > details the problem, that would help immensely. > > Done: https://bugzilla.spamassassin.org/struts/browse/SB-96 A small war is attached to the issue. Use http://localhost:8080/struts2tiles/

Re: [S2] configuring Tiles with Struts 2

2006-11-28 Thread quinmeda1
David H. DeWolf wrote: > > Can you find the entire stack trace? > Sure: exception javax.servlet.ServletException: Filter execution threw an exception root cause java.lang.NoClassDefFoundError: org/apache/tiles/TilesContext java.lang.Class.getDeclaredConstructors0(Native Method)

Re: [S2] configuring Tiles with Struts 2

2006-11-28 Thread quinmeda1
I'm definitely using 2.0.1. Found I had some extra tiles-core* JARs lying around in lib. I cleared those out. Now the listener is working, but I'm back to getting java.lang.NoClassDefFoundError: org/apache/tiles/TilesContext when it tries to render the result. I'll keep digging. -- View t

RE: [S2] configuring Tiles with Struts 2

2006-11-28 Thread quinmeda1
A little more info The following exception is thrown when trying to start the app with the listener: 2006-11-28 10:44:15 StandardContext[/myapp]Exception sending context initialized event to listener instance of class org.apache.struts2.tiles.StrutsTilesListener java.lang.NoClassDefFoundErr