In general, you'll want to post to the list instead of emailing list participants directly. Especially me; I bill ;)
--- On Tue, 7/29/08, James Carr <[EMAIL PROTECTED]> wrote: > In all the examples of tiles2+struts2 I find online, they > only show using the struts2-tiles-plugin listener in the web.xml > (they always omit the rest of the web.xml). Do I still need to > include the struts2 filter? When i deploy, it breaks. Claiming > the filter is undefined, and only does this in presence of the > listener. :( Yes, you still need to define the S2 filter, otherwise there's nothing to process incoming requests. As you discovered, this is bad; the reason it claims it's undefined is because... it isn't defined. The Tiles listener is a ServletContextListener, which just pays attention to container startup, and AFAIK is for reading the tiles config file on startup. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]