It is my 1st trial of tiles.
Referring the tiles documentation, my index.jsp like this.

<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<tiles:insert definition="erp.mainLayout" flush="true" />

It has header, menu bar, content and footer.
It is a classic layout.

In the content jsp, it has URL link.
It points to another jsp which does not have no tiles definition.

When I click the link, a jsp is shown.
but header, menu bar and footer disappear.

What should be the URL points to
inside content area?

Should every page in my module become containing
something like this? 

<tiles:insert definition="erp.mainLayout" flush="true" />

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to