I have the following code
<skin:buildLink objectID="#APPLICATION.navID['market-information']#"
urlParameters="security=#Trim(qrySnapQuote.CODE)###research">
But it created a link with %23 for the # which stuffed up my anchor link.
I tracked it back to fAPI.cfc
which has
<cfset stLocal.parameters = stLocal.parameters & stLocal.key & "=" &
urlencodedformat(arguments.stParameters[stLocal.key])>
I swapped 'urlencodedformat' with 'urldecode' and it came good
Logged as enhancement
http://bugs.farcrycms.org/browse/FC-1815
--
AJ Mercer
Web Log: http://webonix.net
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---