When using Tiles with multiple modules (with moduleAware="true"), consider the following JSP fragment:
<tiles:insert page="/myTemplate.jsp"> <tile:put name="main" value="/myMain.jsp"/> <tile:put name="menu" value="../myMain.jsp"/> </tiles:insert> 1. Are both "/myTemplate.jsp" and "/myMain.jsp" always servlet-context relative, not module relative? 2. Is the same rule applied to <definition path=".."> and <put value=".."> in a Tiles XML definition file? 3. What about <definition controllerUrl="..">? Is the action path servlet context relative or module relative? 4. Is "../myMain.jsp" above valid? 5. Can <tiles:put page=".."> and <put page=".."> refer to an action path instead of JSP? Thanks J. Young __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

