[ http://issues.apache.org/struts/browse/STR-1262?page=all ] David Evans closed STR-1262: ---------------------------- Resolution: Fixed > Sub-Tiles not rendered correctly in 1.1RC1 > ------------------------------------------ > > Key: STR-1262 > URL: http://issues.apache.org/struts/browse/STR-1262 > Project: Struts Action 1 > Type: Bug > Components: Taglibs > Versions: 1.1 RC1 > Environment: Operating System: All > Platform: PC > Reporter: Jerome Jacobsen > Assignee: David Graham > Fix For: 1.1 Family > Attachments: Cedric_Response.txt, Rédaction d'un projet.htm, patchfile.txt, recursivite.zip > > After upgrading from Struts 1.1b2 to 1.1RC1 many of my Tiles based pages would > render incorrectly. I've created a simple example to illustrate this behavior. > In 1.1b2 it renders correctly like this: > Testing Sub-tiles > TILE_A TILE_B > In 1.1RC1 it renders incorrectly like this: > TILE_A TILE_B > Testing Sub-tiles > The entry JSP, called subtiles.jsp, looks like this: > <%@ page contentType="text/html"%> > <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> > >
> ><%= cellone %> | ><%= celltwo %> | >