Re: 404 when enabling StrutsTilesListener in struts2

2006-12-05 Thread Jared Blitzstein
It's a NoClassDef. It's referencing a package I don't have. Am I supposed to have that there or is that supposed to be in the core libraries? 2006-12-05 10:08:05 StandardContext[/struts2]Error configuring application listener of class org.apache.struts2.tiles.StrutsTilesListener java.lan

Re: 404 when enabling StrutsTilesListener in struts2

2006-12-04 Thread David H. DeWolf
Hmm, we have another open issue about tiles failure with 2.0.1. The problem seems to be with the version of tiles that's being used. Unfortunately, since 2.0.1 was rolled with a snapshot, it's hard to figure out exactly what it should be. . . Do you have a stack trace? there should be one i

404 when enabling StrutsTilesListener in struts2

2006-12-04 Thread Jared Blitzstein
When I add: org.apache.struts2.tiles.StrutsTilesListenerlistener-class> to my web.xml, all my actions are 404's now. If I comment that line out, my actions go back to working. I set break points in the actions to make sure they're just not finding JSP's, but it's not h