Re: How to write Tiles with Struts?

2004-10-13 Thread Arnaud Vandyck
Sat, 9 Oct 2004 22:37:02 +0800, PC Leung <[EMAIL PROTECTED]> wrote: > It is my 1st trial of tiles. http://www.oracle.com/technology/oramag/oracle/04-may/o34dev_struts.html (this one does not work no more as I'm writing this mail -Err500- but maybe it'll be online again later) http://www.onjava

How to write Tiles with Struts?

2004-10-09 Thread PC Leung
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" %> It has header, menu bar, content and footer. It is a classic layout. In the content jsp, it has URL link. It points to