CFTREE appends question mark to URL

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default CFTREE appends question mark to URL

    Hi all,

    I've made a flash tree with CFTREE, but with AppendKey "yes/no" it appends a
    extra question mark at then end of the URL. Resulting in a error on the loaded
    page.

    You have an error in your SQL syntax; check the manual that corresponds to
    your MySQL server version for the right syntax to use near '? ) as tax FROM
    tbl_products as T1 WHERE groupid = 18? ORDER BY ' at line 35

    Examples:

    AppendKey = "no" / My own url parameters
    URL is http://<some_ip>/aws/products.cfm?group=18?

    AppendKey = "no" / No own url paremeters
    URL is http://<some_ip>/aws/products.cfm?

    AppendKey = "yes" / No own url paremeters
    URL is http://<some_ip>/aws/products.cfm?CFTREEITEMKEY=Some Text?

    AppendKey = "yes" / My own url parameters
    URL is http://<some_ip>/aws/products.cfm?group=18?CFTREEITEMKEY=Some Text?

    Hope this is enough information.

    Thanks in advance

    Pinac Guest

  2. Similar Questions and Discussions

    1. Question Mark
      I dont know if anyone can help. i was directed to upgrade to flash 9 and followed the instructions as per website. Im running mac OSX 10.4.9 on a...
    2. Question with CFTREE
      I am using CFTREE to output a directory listing. I would like to be able to select more then one element in the CFTREE box. Is this possible? Thank...
    3. I've got a CFTREE question
      Can CFTREE be set up to browse a users local hard drive in order to search for files to be uploaded in conjunction with CFFILE? Steve
    4. CFTREE question
      Can CFTREE be set up to browse a users local hard drive in order to search for files to be uploaded in conjunction with CFFILE? Steve
    5. Question mark on restart
      I've been having a funny quirk happen on my Pismo 500 lately, it flashes the dread question mark on restart or when it's started with a disk in the...
  3. #2

    Default Re: CFTREE appends question mark to URL

    This is a known issue. For now you will need to parse out the extra ? on the
    form action page.

    thanks,
    --nimer

    "Pinac" <webforumsuser@macromedia.com> wrote in message
    news:cuu403$o5c$1@forums.macromedia.com...
    > Hi all,
    >
    > I've made a flash tree with CFTREE, but with AppendKey "yes/no" it
    > appends a
    > extra question mark at then end of the URL. Resulting in a error on the
    > loaded
    > page.
    >
    > You have an error in your SQL syntax; check the manual that corresponds to
    > your MySQL server version for the right syntax to use near '? ) as tax
    > FROM
    > tbl_products as T1 WHERE groupid = 18? ORDER BY ' at line 35
    >
    > Examples:
    >
    > AppendKey = "no" / My own url parameters
    > URL is http://<some_ip>/aws/products.cfm?group=18?
    >
    > AppendKey = "no" / No own url paremeters
    > URL is http://<some_ip>/aws/products.cfm?
    >
    > AppendKey = "yes" / No own url paremeters
    > URL is http://<some_ip>/aws/products.cfm?CFTREEITEMKEY=Some Text?
    >
    > AppendKey = "yes" / My own url parameters
    > URL is http://<some_ip>/aws/products.cfm?group=18?CFTREEITEMKEY=Some Text?
    >
    > Hope this is enough information.
    >
    > Thanks in advance
    >

    Mike Nimer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139