Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Pinac #1
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
-
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... -
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... -
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 -
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 -
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... -
Mike Nimer #2
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



Reply With Quote

