-----Original Message-----
From: Gregg Leichtman [mailto:[EMAIL PROTECTED]
Sent: Thu 10/19/2006 10:40 PM
To: [email protected]
Cc:
Subject: Re: new to shale tiles
As I mentioned before, its very important to use the latest Shale release and
the Tile jars that come with that release. Prior to the 10/4/06 Shale release
(which I am currently using) I could not get my index.jsp to reference a tile
directly (everywhere else I referenced tiles).
Before that release my index.jsp was as follows:
<jsp:forward page="/tiles/system/logon.faces"/>
The above /tiles/system/logon.jsp was:
<tiles:insert flush="false" name="/syLogon" type="definition"/>
and my tile def was:
<definition name="/syLogon"
extends="/siteMainLayout">
<put name="body"
type="template"
value="/jsp/system/logon.jsp"/>
</definition>
----
Dick