Hi,
I'm trying to rewrite a pagepart that handles navigation on our site and am running into a small problem.
The problem is that the current navigation uses plain text to describe the link when you hover over it using ${subPageCurrent.title}.
This title is used for SEO on our website so we can't change this title, we're trying to pull the info from the other title field but I keep getting "javax.el.PropertyNotFoundException: Property 'FriendlyURLTitle' not found" errors.
I've gone through the API and I can't get any of the mentioned title fields to work, for some reason it only works when I use ${subPageCurrent.title}.
I've tried FriendlyURLTitle, HTMLTitle, NavigationTitle, with and without .page. and some other variations that "should" work but I keep getting error 500's that the property was not found. Maybe I'm calling it wrong, the last things I tried was looking it up as ${subPageCurrent.page.FriendlyURLTitle}.
Can someone explain to me what all these different title's mean and where they are coming from? Our installation only has 2 title fields on the pages and they appear to not be the ones mentioned in the API since only .title works and nothing else 
Thanks in advance for any help,
Dennis