I'm trying to create an 'edit profile' page within AEM. Based on the Geometrixx Outdoors example, I'm creating a link to this page where the link is in a similar format to this:
${profile.path}.form.html/content/(some path)/profile.html
This isn't working for me as the ${profile.path} property doesn't return anything in the target URL. Where does the ${profile.path} property get set?
I'm using 6.1 if that helps.