Is there ant way how to use newest version of Tiles (from Struts 1.2) without loading full Stuts stuff - similar to the Tiles 1.1 using TilesServlet ?
In the Struts 1.2 TilesServlet class is missing ...
Thanks
Is there ant way how to use newest version of Tiles (from Struts 1.2) without loading full Stuts stuff - similar to the Tiles 1.1 using TilesServlet ?
In the Struts 1.2 TilesServlet class is missing ...
Thanks
Maybe tiles-example (available in Spring distribution, spring-framework-1.2-rc2\samples\tiles-example) is what you are searching for. It seems to use tiles with Spring without Struts.
Good luck