Joe Germuska wrote: > > I would think that if you were using the TilesServlet mapped to handle requests for "*.tiles" then > >> <forward name="success" path="name.of.the.tiles.definition" /> > > > would just become > >> <forward name="success" path="/name/of/the/tiles/definition.tiles" /> > > > or something similar depending on how the TilesServlet maps paths to definitions. > > I haven't tried this, but it seems to make sense. >
Yes it makes sense, and it probably will be useful. But remember that the use of a Servlet exposes these URLs to the user, while TilesRequestProcessor hides them and, if you want to expose them, you have to create (for instance) a JSP page with the correct <tiles:insert> tag. As you can see, a real different behaviour... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
