Hi all,
Got a problem trying to move our app over to using tiles and its probably specifically related to sub applications. In this simple case, we have the default app and a sub app called refdata. In the refdata config we have something along these lines: <action path="/showAScheme" type="....."> <forward name="success" redirect="false" path="refdata.refdata" /> </action> <action path="/showAllSchemes" type="....."> <forward name="success" redirect="false" path="/tree.jsp" /> </action> and the tile def: <definition name="refdata.refdata" extends="site.mainLayout"> <put name="body" value="/refdata/showScheme.jsp" /> <put name="left" value="/refdata/showAllSchemes.do" /> </definition> Now, when we do http://localhost/testapp/refdata/showAScheme.do the showScheme.jsp displays, but the /refdata/showAllSchemes.do fails with an invalid request. However, if I place <put name="left" value="/applicationList.do" /> in the tiledef then the application list action in the default app works fine. Obviously tiles is working in default app space. Anybody got a patch or workaround for this problem? Ian -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

