It's there! =) The tag is processed... When I see the source in the browser, it shows me an empty page (and yes, there is something written in blank.jsp)
... -----Original Message----- From: Ricardo Cortes [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 17 de junho de 2004 15:01 To: Struts Users Mailing List Subject: RE: Problems with tiles... I'll bet you haven't included the Tiles tag library at the top of your JSP: <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> -----Original Message----- From: Thiago Souza [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 1:40 PM To: [EMAIL PROTECTED] Subject: Problems with tiles... Hi ppl, Why this isn't rendering? in master.jsp <tiles:insert attribute="content-layout"> <tiles:put name="content"> <tiles:getAsString name="item"/> </tiles:put> </tiles:insert> in item.content.jsp (defined for "content-layout") <tiles:insert attribute="content" /> The definition used <tiles-definitions> <definition name="master.page" template="/tiles/common/master.jsp"> <put name="content-layout" value="" /> </definition> <definition name="item.page" extends="master.page"> <put name="content-layout" value="/tiles/common/item.content.jsp" /> <put name="item" value="" /> </definition> <definition name="start.page" extends="item.page"> <put name="item" value="/tiles/blank.jsp" /> </definition> </tiles-definitions> The "/tiles/blank.jsp" isn't rendering! Nothing! Neither an error!.... Any clue anyone? Thanks in advance... Thiago Souza --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]