Skip to main content
Known Participant
November 12, 2006
Question

cf tree

  • November 12, 2006
  • 4 replies
  • 906 views
i have noticed also that if add a variable to a h ref in a cf tree when its format is flash, it will add a question mark to the end of the url..For example if i use

<cftreeitem img="arrows"
v alue="#rec_rcd#"
parent="#bandname_art#"
href='index_7.cfm?id=#URLEncodedFormat(ID)#'>

when the CFTree is formatted as Flash the page display as index_7.cfm?id=1?
but if its formatted as applet the page displays as index_7.cfm?id=1

This means that i cant use the flash cf tree for data drilling...any ideas??
    This topic has been closed for replies.

    4 replies

    February 21, 2008
    All you have to do is just add an & at the end of your querystring as such
    <cftreeitem value = "test" display = "#CAPTION#"
    parent = "#ATTORNEYNAME#" img="documnet"
    href="#myurl#?lead_id=#lead_id#&" target="workspace">
    Participant
    November 26, 2007
    here is my fix - this removes everything after the questionmark...if your cftreekey value is longer than 50, then up the number.

    When passing the value, it looks something like this:
    http://www.yoursite.com/index.cfm?MemberID=1032?CFTREEITEMKEY=122?
    What is actually passed is:
    MemberID=1032?CFTREEITEMKEY=122?

    So all I am doing is looking for the first question mark (?) and stripping the rest.

    Change the "MemberID" to whatever value(s) you are passing in your url string.

    Not the most elegant way to do this, but works for now.
    namtaxAuthor
    Known Participant
    November 24, 2006
    any idea of rougly when the update will be available??

    Cheers
    November 13, 2006
    This has been identified as bug 59014. You can check back here for updates on the fix in a few weeks. You can always check the most current fixes here.
    Participant
    February 14, 2007
    Is this fix available yet? If not, are there any work arounds in the mean time?
    Participant
    June 14, 2007
    Anyone know if this has been resolved yet, or if there is a workaround? Otherwise, cftree is kind of useless!