On Jun 8, 2004, at 1:16 PM, Jamie Lawrence Jenner wrote:
Using components is fine, i have a mapping set up. The central site also
contains a load of custom tags which are used by all of the other sites. I
have played around with my local cf administrator and i can get my custom
tags working using dot notation cfmodule, but only if the tags are placed
in the custom tags folder.

You could use <cfimport> and a mapping:

        <cfimport taglib="/mymapping/" prefix="c"/>
        <c:mytag attr="1"/>

It's effectively the same as using <cfmodule> but looks much cleaner...

Sean A Corfield -- http://www.corfield.org/blog/

"There are no solutions, only trade-offs."
-- Thomas Sowell


--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to