Hi!
I'm got a query returning a recordset which is outputted to the screen in a coldfusion table. I'm trying to set the headings as links so that the query is run again when the heading link is pressed and the sort order is sorted by that clicked heading. However i'm getting the folowing error below.
I'm passing url.variable, i need this so that the right query is run for the result set. How do i get around it?
Error Diagnostic Information
An error occurred while evaluating the expression:
relationships = url.user_id
Error near line 5, column 7.
--------------------------------------------------------------------------------
Error resolving parameter URL.USER_ID
The specified URL parameter cannot be found. This problem is very likely due to the fact that you have misspelled the parameter name.
The error occurred while processing an element with a general identifier of (CFSET), occupying document position (5:1) to (5:35).
Date/Time: 06/07/02 17:07:44
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
Remote Address: 192.168.111.139
HTTP Referer: Query String: user_relation=1,2,3
Thanks
Julie
I'm got a query returning a recordset which is outputted to the screen in a coldfusion table. I'm trying to set the headings as links so that the query is run again when the heading link is pressed and the sort order is sorted by that clicked heading. However i'm getting the folowing error below.
I'm passing url.variable, i need this so that the right query is run for the result set. How do i get around it?
Error Diagnostic Information
An error occurred while evaluating the expression:
relationships = url.user_id
Error near line 5, column 7.
--------------------------------------------------------------------------------
Error resolving parameter URL.USER_ID
The specified URL parameter cannot be found. This problem is very likely due to the fact that you have misspelled the parameter name.
The error occurred while processing an element with a general identifier of (CFSET), occupying document position (5:1) to (5:35).
Date/Time: 06/07/02 17:07:44
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
Remote Address: 192.168.111.139
HTTP Referer: Query String: user_relation=1,2,3
Thanks
Julie