Be aware that when calling the fusebox as a custom tag you have the overhead of the fusebox core file being re-executed which can impact performance. With fusebox 4 I believe you can chain fuseactions without the extra overhead.
Kola >> -----Original Message----- >> From: Paul Johnston [mailto:[EMAIL PROTECTED] >> Sent: 24 October 2003 10:13 >> To: [EMAIL PROTECTED] >> Subject: RE: [ cf-dev ] Any fusecoders on the list? >> >> > <cfmodule template="...whatever the request.self is..." >> > checkloggedin="#session.user#" etc...> >> >> Half asleep... Should read: >> >> <cfmodule template="...whatever the request.self is..." >> fuseaction="checkloggedin" user="#session.user#" etc...> >> >> :D >> >> Paul >> >> >> >> -- >> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]