2007/12/12, Christopher Cheng <[EMAIL PROTECTED]>: > > <result name="success" type="tiles">success</result> > ... > <definition name="layout" template="/jsp/layout/layout.jsp"> > <put-attribute name="header" value="/jsp/layout/header.jsp"/> > <put-attribute name="menu" value="/jsp/layout/menu.jsp"/> > <put-attribute name="body" value="/jsp/layout/body.jsp"/> > <put-attribute name="footer" value="/jsp/layout/footer.jsp"/> > </definition> > <definition name="wait" extends="layout"> > <put-attribute name="body" value="/jsp/wait.jsp"/> > </definition>
Where is the "success" Tiles definition? Ciao Antonio