hello all,

my collegue has already posted this Q. but it seems that the question was
not so clear. ok our problem is.....

we have the following files in webroot directory:

1) showtable.cfm--which invokes the custom tag "listtable.cfm" which inturn
is in "cfusion/cutomtag/" directory.

2) edit.cfm-- which invokes the custom tag "edittable.cfm" which inturn is
in "cfusion/cutomtag/" directory.

now the thing is that i have a link in the custom tag "listtable.cfm" which
redirects to editable.cfm for invoking the "edittable.cfm" cutom tag.

but when i click on the link i get this following error.


Error Diagnostic Information
Cannot open CFML file 
The requested file "C:\INETPUB\WWWROOT\CUSTTAGS\EDITABLE.cfm" cannot be
found. 
The specific sequence of files included or processed is:
C:\INETPUB\WWWROOT\CUSTTAGS\EDIT.CFM 
C:\INETPUB\WWWROOT\CUSTTAGS\EDITABLE.cfm Custom Tag 
The error occurred while processing an element with a general identifier of
(CF_EDITTABLE), occupying document position (2:1) to (9:22) in the template
file C:\InetPub\wwwroot\custtags\edit.cfm.
Date/Time: 05/16/00 12:07:57
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)
Remote Address: 127.0.0.1
HTTP Referer: http://127.0.0.1/custtags/showtable.cfm
Query String: ID=11

someone has answered it by asking us to use "<CFASSOCIATE>" but the thing is
that, a cfassociate tag can only be used when we place the "child tag"
inside the "parent tag". but here in our case the edittable tag is not the
child tag but an independent tag. however if i place the "edittable.cfm"
file under the webroot, i am able to use it. but i want to keep all the
custom tags un the cfusion directory. not scattered.
sorry for being so long. but i hope u ppl understand me and help us out.
thanx in advance
ramesh





        _____________                   __________________      
        |               |                       |                       |
        |form page      |                       |                       |
        |               | ---------------------->       |
|
        |               |                       |                       |
        |               |                       |                       |
        |               |                       |                       |
        ~~~~~~~~~~                      |_________________ |
|
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to