On Mar 8, 2006, at 7:14 AM, vinicius wrote:

My forward and action:

<forward
            name="institucional"
            path="/Institucional.do"/>

 <action
            path="/Institucional"
            forward=".teste"/>


....


my tiles.defs.xml

    <definition name=".teste" extends="Layout">
        <put name="body"   value="/tiles/teste.jsp" />
    </definition>

Does it work to specify a Tiles Forward that begins with a "." or will it try to find a relative URL? That looks a bit strange to me and I'm not sure if I'd expect it to work. I'd try using a name like teste.tiles in your forward and tiles def.

Greg



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

Reply via email to