2008/10/16 Daniel Francisco Sabugal <[EMAIL PROTECTED]>: > My problem is that I want to detect when a parametrized value (which > refers to an html or jsp page) points to a file that couldn't be found.
Now I understand: you want to intercept when a Tiles attribute is filled with a non-existent resource. Well, I suppose it's hard to do, since everything is related to: RequestDispatcher.include and PageContext.include I suppose that these two methods do not throw exception if the resource is not found, so... I really don't know how to do it! Antonio
