Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Frank Farning #1
CFC qualified paths
I have a file /admin/index.cfm (from the root of the website), as well as a
CFC in the directory (again from the root of the website)
/cf-inf/cfcomponents/security.cfc I do not want to use a CustomTags path in
the CFMX administrator. I am using CFMX 6.1 (updated) with apache 1.3.33 and
SuSE linux 8.2. When I use the following cfinvoke in the index.cfm, I cannot
find the CFC <cfinvoke component='cf-inf/cfcomponents/security'
method='authenticate' returnVariable='authenticated'
user='#form.username#' passwd='#form.password#' > Can
anyone tell me what I have done wrong? I have also tried using the dot
notation with dots instead of slashes.
Frank Farning Guest
-
Fully qualified addresses?
I would like the web site addresses to be fully qualified, rather than relative. Is there any way to force Contribute do do this, other than by... -
soap-webmethod with fully qualified Parameternames in dotnet?
Hi, The two XML examples you show are equivalent, and the SOAP spec and XML spec's both stipulate that either should be able to be processed by a... -
FormsAuthentication.RedirectFromLoginPage is not passed fully qualified url
I have two web applications on the same server: http://localhost/ModemUpgrade and http://localhost/TestFormAuth The web.config of... -
Fully Qualified Name Components
I know that there is a routine that will return the four components of a fully qualified name but I can't locate the name of that routine. I... -
need general help with setting paths & man paths for apps
On Thu, 10 Jul 2003, solaris newbie wrote: That is one way, but a (perhaps) beter way would be to modify PATH in individual user's .profile. ... -
Fernis #2
Re: CFC qualified paths
Tried the dot notation?
cfinvoke component="cf-inf.cfcomponents.security"
Fernis Guest



Reply With Quote

