Question
Invoking component methods by using a URL
I need to invoke a component by URL. I usually use component with forms so I write this for invoke form element:
<cfinvoke component="SPcall" method="insertAlumni" First_Name=#form.First_Name#>
what should I write if I have URL instead of form.
Thanks,
