I voted for it but I would propose another param for skin:buildlink for the anchor rather than putting it in urlParameters. It is not a urlParameter so that is not the right place.
On Apr 24, 4:36 am, AJ Mercer <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
