2007/7/31, Ali Ok <[EMAIL PROTECTED]>: > > No. > > If mapping url-pattern is *, then throws > java.lang.IllegalArgumentException: > Filter mapping must specify either a <url-pattern> or a <servlet-name> is > thrown.
As I wrote before, this is a mistake I made, and I already thanked you. The problem is that "NoSuchDefinitionException" that you got when you used <tiles:insertDefinition>. Anyway, I saw that you used TilesFilter and TilesListener at the same time: you should use one or the other, though I don't think this is the problem. Antonio