I was actually thinking about this just the other day. I don't see any
reason why you couldn't call these as custom tags. You would have to pass
in the email and password for the app_login.cfm (<cf_login>), OR rewrite the
tag using the "caller" scope. I think the only other variables used are in
the "request" scope (maindsn), so those would work.
<cf_login
email="#attributes.email#"
password="#attributes.password#">
The app_secure.cfm is called using <cfmodule> anyway, so I don't think there
would be any changes on that part.
Brad
-----Original Message-----
From: Bob Silverberg [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 26, 2000 11:09 AM
To: Fusebox
Subject: RE: Newbie Question: App_Login.cfm
Why not implement them as custom tags? Do any experienced fuseboxes have
any comments on that approach?
Thanks,
Bob
-----Original Message-----
From: JTarter [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 26, 2000 10:58 AM
To: Fusebox
Subject: Newbie Question: App_Login.cfm
Does anybody have any examples (or know where I can find some)
that show how to use the App_login.cfm and app_secure.cfm files
so they can be called from multiple applications?
Basically, I'm trying to write the code once and have the ability
to call it from any application.
I've read the Fusebox e-book about these files, but I'm having
problems implementing it in this manner.
Thanks
Jerry
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists