Glen, Trying it out with version 2.0.6 it gives this error?
ERROR 2013-04-05 17:06:55,182 BasicTilesContainer:render - Error rendering tile org.apache.tiles.util.TilesIOException: ServletException including path '/WEB-INF/jsps/tiles/tiles-tabbedpage.jsp'. ... .... Caused by: javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.tiles.jsp.taglib.InsertAttributeTag.doFinally()V at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:865) at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:794) at org.apache.jsp.WEB_002dINF.jsps.tiles.tiles_002dtabbedpage_jsp._jspService(tiles_002dtabbedpage_jsp.java:178) .... roller is pretty much standard, so it should work. Cheers Greg. On 5 April 2013 16:46, Glen Mazza <glen.ma...@gmail.com> wrote: > Why is 2.1.4 "non-standard"? Checking the site, they're already up to > 2.2.2 as GA: http://tiles.apache.org/ > > Glen > > On 04/05/2013 11:42 AM, Greg Huber wrote: > >> Does any one know why roller uses a non standard version of tiles? >> >> <dependency> >> <groupId>org.apache.tiles</**groupId> >> <artifactId>tiles-core</**artifactId> >> <version>2.1.4</version> >> </dependency> >> >> It should be 2.0.6. I remember looking at this before and it would not >> work with this version??? >> >> Cheers Greg. >> >> >