Alguem conseguiu colocar o tutorial de Tiles do site oficial p rodar. aquele da pagina q começa com a definição dessa pagina:
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
<html>
<head>
<title><tiles:getAsString name="title"/></title>
</head>
<body>
<table>
<tr>
<td colspan="2">
<tiles:insertAttribute name="header" />
</td>
</tr>
<tr>
<td>
<tiles:insertAttribute name="menu" />
</td>
<td>
<tiles:insertAttribute name="body" />
</td>
</tr>
<tr>
<td colspan="2">
<tiles:insertAttribute name="footer" />
</td>
</tr>
</table>
</body>
</html>
Só da erro.
Falando q os atributos n sao encontrados.
22/05/2008 23:35:22 org.apache.tiles.jsp.taglib.RoleSecurityTagSupport doEndTag
SEVERE: Error executing tag: Attribute 'title' not found.
org.apache.tiles.TilesException: Attribute 'title' not found.
Se alguem conseguir fz esse milagre por favor me avise. Mandei um post anterior a esse e então resiolvi fz o programa Basicão mesmo assim nada de funcionar.