OK, taglibs make more sence for output than CFC's.

so, using an example on http://blog.daemon.com.au/archives/000143.html

is there any way I don't have to specify the *name* of the attribute to pass
to the tag

eg: instead of
<siteTags:menuLink link="index.cfm" linkText="home">

which relys on 
<cfparam name="attributes.link" default="home.cfm">
<cfparam name="attributes.linkText" default="home">

I can just use the order the attributes are passes (this doesn't work)?
<siteTags:menuLink "index.cfm", "home">

why bother?

If I wanted to change the cfparam name in the tag or add an optional third
param, I'd have to trawl through the code to change it on every *use* of the
tag. Just wanting to have loosly-coupled code, that's all.

any ideas?
thanx
barry.b

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