Jason,

> "Could not find the template"

FWIW, in addition to the other info, if using :8500, you might want to try
to add a mapping in e.g.

C:\CFusionMX\wwwroot\WEB-INF\jrun-web.xml

... as such:

------
     <virtual-mapping>
          <resource-path>/mysite</resource-path>
          <system-path>E:/sites/mysite</system-path>
     </virtual-mapping>
------
Then in the code, you can do e.g.
------
    <cfimport prefix="ui" taglib="/mysite/modules">
    <ui:myModuleTag>
------
and

------
    cMycomponent =
createObject("component","mypath.components.mycomponent");
------

(assuming you've got "modules" and "components" under "mysite").

I just found that this worked for me [winXP pro] - I didn't spend much time
finding out why though. :)


Cheers,
J�rgen





---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to