Coldfusion 1.10 search[value] question
Coldfusion 1.10 search[value] question
Hi,
I am trying to implement datatables using Coldfusion and server side processing but am having issues with the value passed in the search box. I can see the value being posted search[value] but cannot seem to handle it in my server side action page. The problems i'm having is I cannot retreive the value in my action page without getting an error. It looks a like a struct but when I try and handle it as a struct i'm getting an error. Anyone have any experience of this?
Thanks
Answers
<cfset search_value = form['search[value]']> done the trick