cheers for the info both :-)

sean, using the cfimport taglib, my tags are in folders like so:

tags/accounts/tag1.cfm

tags/accounts/part/tag2.cfm

tags/checkout/tag3.cfm

On one page i use all three tags, will i have to do three seperate
imports, or is there a way of doing one import, and using dot notation to
reference each tag

cheers

jamo
> 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