Here is the tiles code....
<definition name="template.client.myAccount.myAccountLayout"
path="/WEB-INF/jsp/client/memberLayout.jsp">
<put name="content"
value="/WEB-INF/jsp/client/myAccount/myAccountLayout.jsp"/>
<put name="loc" <-- for the main navigation
value="my_account"
type="string"/>
</definition>
<definition name="pages.client.myAccount.myAccount"
extends="template.client.myAccount.myAccountLayout">
<put name="sub_content"
value="/WEB-INF/jsp/client/myAccount/myAccount.jsp"/>
<put name="subloc" <-- for the account navigation (my nav tile cant see this and java pitches a fit about it)
value="info"
type="string"/>
</definition>
any ideas?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]