Hi,

I'm running developer edition of Macromedia MX using IIS and W2K
server. MX is newly installed with default config options.

I'm passing parameters as:
[url]www.foo.com/index.cfm/testparam/janmedia[/url]

and trying to get them as:
#URL.testparam#

and they do not appear in my CFM file:
"Error Occurred While Processing Request.
Element TESTPARAM is undefined in URL"

Everything works fine if I use normal way
[url]www.foo.com/index.cfm?testparam=janmedia[/url]

My config does contain mapping options to get to the files
<servlet-mapping id="macromedia_mapping_7">
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.cfm/*</url-pattern>
</servlet-mapping>

Could you tell me what should I check or reconfigure to allow "search
engine parameters" to be accessible from code?

Best,
Tomek