RE: CFFORM problem

2008-02-10 Thread Dave Watts
> Today I moved a site from one CF8 server to another CF8 server.
> Suddenly, all the  validity checks that were working 
> on the previous server now fail on the new server.  Is there 
> some setting in Adminstrator that may possibly be making this 
> happen?  Anything else that it could be?  It's the exact same 
> page that it was on the other server.
> 
> http://71.5.111.207/register.cfm

This URL doesn't resolve properly:
http://71.5.111.207/CFIDE/scripts/cfform.js

You need to either fix that, or use the SCRIPTSRC attribute of CFFORM to
point to a valid location, or set the default location in the CF
Administrator.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298686
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFFORM problem

2008-02-10 Thread Les Irvin
Today I moved a site from one CF8 server to another CF8 server.
Suddenly, all the  validity checks that were working on the
previous server now fail on the new server.  Is there some setting in
Adminstrator that may possibly be making this happen?  Anything else
that it could be?  It's the exact same page that it was on the other
server.

http://71.5.111.207/register.cfm

Thanks in advance for your help.
Les

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298684
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


SOLVED: cfform problem driving me nuts

2007-02-26 Thread Will Tomlinson
Thanks to doug for the answer. It was indeed the css. I noticed if I moused 
over the buttons, it was highlighting the text in the footer below. It seems it 
was too tight against that footer. For a quick test I added some spacing 
between and it fixed it. 

Thanks guys!

Will

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270668
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfform problem drivin me nuts

2007-02-26 Thread Will Tomlinson
>Will,
>
>Your problem is in your CSS. I copied and pasted your html source from the

Ok thank you doug. I'll get on this later today and get it figured out. 

Thanks!

Will

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270667
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfform problem drivin me nuts

2007-02-26 Thread Doug Brown
Will,

Your problem is in your CSS. I copied and pasted your html source from the
page you posted and tried it with and without the CSS and it only breaks
with your CSS included. I am thinking that it has to do with your IE Hacks,
but I do not know enough about CSS to tell you the final answer. You might
post your stylesheet and see if someone else can tell you exactly what the
problem is.

Doug B.
- Original Message - 
From: "Doug Brown" <[EMAIL PROTECTED]>
To: 
Sent: Monday, February 26, 2007 6:30 AM
Subject: Re: cfform problem drivin me nuts


> I have a sneaking suspicion that the problem lies in your div's use the
> validator and fix some of the errors (36 of them)
>
> Doug B.
>
>
>
> - Original Message - 
> From: "Will Tomlinson" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Monday, February 26, 2007 5:08 AM
> Subject: cfform problem drivin me nuts
>
>
> > I'm having a problem I've never seen before with a cfform. It's just a
> form with some selects, test inputs, etc.
> >
> > When you view it in FF, you can't click the save or browse buttons at
the
> bottom of the page. In IE you can.
> > I noticed if I moved the buttons towards the top of the page, you can
> click them. But there isn't really a form item that's breaking it. It just
> seems to improve the button as I move it up the page, no relation to what
> it's around.  I tried commenting out some items I thought were affecting
it
> but it didn't help.
> >
> > Here's the page: http://wtomlinson.com/cap/admin/addproduct.cfm
> >
> > Can anyone help me from yanking the rest of my hair out??
> >
> > Thanks,
> > Will
> >
> > 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270665
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfform problem drivin me nuts

2007-02-26 Thread Doug Brown
I have a sneaking suspicion that the problem lies in your div's use the
validator and fix some of the errors (36 of them)

Doug B.



- Original Message - 
From: "Will Tomlinson" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Monday, February 26, 2007 5:08 AM
Subject: cfform problem drivin me nuts


> I'm having a problem I've never seen before with a cfform. It's just a
form with some selects, test inputs, etc.
>
> When you view it in FF, you can't click the save or browse buttons at the
bottom of the page. In IE you can.
> I noticed if I moved the buttons towards the top of the page, you can
click them. But there isn't really a form item that's breaking it. It just
seems to improve the button as I move it up the page, no relation to what
it's around.  I tried commenting out some items I thought were affecting it
but it didn't help.
>
> Here's the page: http://wtomlinson.com/cap/admin/addproduct.cfm
>
> Can anyone help me from yanking the rest of my hair out??
>
> Thanks,
> Will
>
> 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270664
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfform problem drivin me nuts

2007-02-26 Thread Greg Morphis
I'm using FF and the buttons are enabled? HAve you corrected the problem?

On 2/26/07, Will Tomlinson <[EMAIL PROTECTED]> wrote:
> I'm having a problem I've never seen before with a cfform. It's just a form 
> with some selects, test inputs, etc.
>
> When you view it in FF, you can't click the save or browse buttons at the 
> bottom of the page. In IE you can.
> I noticed if I moved the buttons towards the top of the page, you can click 
> them. But there isn't really a form item that's breaking it. It just seems to 
> improve the button as I move it up the page, no relation to what it's around. 
>  I tried commenting out some items I thought were affecting it but it didn't 
> help.
>
> Here's the page: http://wtomlinson.com/cap/admin/addproduct.cfm
>
> Can anyone help me from yanking the rest of my hair out??
>
> Thanks,
> Will
>
> 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270663
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


cfform problem drivin me nuts

2007-02-26 Thread Will Tomlinson
I'm having a problem I've never seen before with a cfform. It's just a form 
with some selects, test inputs, etc. 

When you view it in FF, you can't click the save or browse buttons at the 
bottom of the page. In IE you can. 
I noticed if I moved the buttons towards the top of the page, you can click 
them. But there isn't really a form item that's breaking it. It just seems to 
improve the button as I move it up the page, no relation to what it's around.  
I tried commenting out some items I thought were affecting it but it didn't 
help. 

Here's the page: http://wtomlinson.com/cap/admin/addproduct.cfm

Can anyone help me from yanking the rest of my hair out??

Thanks,
Will

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270659
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ot: os x ff div ?: NOW cfform problem on pc ff

2006-01-05 Thread Bobby Hartsfield
Change the wmode onmouseover and mouseout of the flash form container?
You're depending on JS anyway for that nav.
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 05, 2006 5:53 PM
To: CF-Talk
Subject: was: ot: os x ff div ?: NOW cfform problem on pc ff

Thanks Rob, thats been buggin the bejesus outta me!!!

Now on that same site there is a dealer search form
http://www.rossreels.com/dealers/index.cfm and on a pc in firefox it stalls
out, it will load but wont function right.

The cfform is set to have wmode="transparent" so that the menu will go over
the top of the form and not under it and that seems to be the cause of the
problem, if you take that out it works but the menu goes under the form
which isn't good, anyone got any ideas?

~Dave the disruptor~
google will pay you money to getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: Rob <[EMAIL PROTECTED]>
Sent: Thursday, January 05, 2006 5:34 PM
To: CF-Talk 
Subject: Re: ot: os x ff div ? 

This thread was from a while ago (gmail search is pretty cool :D), but I
happened to run into the same thing today. It turns out the z index with
divs is a bug on Firefox on the Mac (even FF 1.5).

https://bugzilla.mozilla.org/show_bug.cgi?id=298677

So save yourself the headache :)

On 12/5/05, dave  wrote:
>
> anyone on a mac have time to look at his a sec
> http://65.36.226.10/products/evolution/evolution.cfm
>
> on firefox os x the menu expands UNDER the scrollbar, was wondering if its
> maybe something or an extension i have or if others see it as well and if
so
> any cures?
>
> ~Dave the disruptor~
> good sites - make money getting rid of ie :)
> http://explorerdestroyer.com/
> http://www.killbillsbrowser.com/
>
>
>
> 





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228579
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ot: os x ff div ?: NOW cfform problem on pc ff

2006-01-05 Thread dave
HU

probably going to change that menu anyways

~Dave the disruptor~
google will pay you money to getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: "Bobby Hartsfield" <[EMAIL PROTECTED]>
Sent: Thursday, January 05, 2006 6:24 PM
To: CF-Talk 
Subject: RE: ot: os x ff div ?: NOW cfform problem on pc ff 

Change the wmode onmouseover and mouseout of the flash form container?
You're depending on JS anyway for that nav.

...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 05, 2006 5:53 PM
To: CF-Talk
Subject: was: ot: os x ff div ?: NOW cfform problem on pc ff

Thanks Rob, thats been buggin the bejesus outta me!!!

Now on that same site there is a dealer search form
http://www.rossreels.com/dealers/index.cfm and on a pc in firefox it stalls
out, it will load but wont function right.

The cfform is set to have wmode="transparent" so that the menu will go over
the top of the form and not under it and that seems to be the cause of the
problem, if you take that out it works but the menu goes under the form
which isn't good, anyone got any ideas?

~Dave the disruptor~
google will pay you money to getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: Rob 
Sent: Thursday, January 05, 2006 5:34 PM
To: CF-Talk 
Subject: Re: ot: os x ff div ? 

This thread was from a while ago (gmail search is pretty cool :D), but I
happened to run into the same thing today. It turns out the z index with
divs is a bug on Firefox on the Mac (even FF 1.5).

https://bugzilla.mozilla.org/show_bug.cgi?id=298677

So save yourself the headache :)

On 12/5/05, dave wrote:
>
> anyone on a mac have time to look at his a sec
> http://65.36.226.10/products/evolution/evolution.cfm
>
> on firefox os x the menu expands UNDER the scrollbar, was wondering if its
> maybe something or an extension i have or if others see it as well and if
so
> any cures?
>
> ~Dave the disruptor~
> good sites - make money getting rid of ie :)
> http://explorerdestroyer.com/
> http://www.killbillsbrowser.com/
>
>
>
> 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228584
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


was: ot: os x ff div ?: NOW cfform problem on pc ff

2006-01-05 Thread dave
Thanks Rob, thats been buggin the bejesus outta me!!!

Now on that same site there is a dealer search form 
http://www.rossreels.com/dealers/index.cfm and on a pc in firefox it stalls 
out, it will load but wont function right.

The cfform is set to have wmode="transparent" so that the menu will go over the 
top of the form and not under it and that seems to be the cause of the problem, 
if you take that out it works but the menu goes under the form which isn't 
good, anyone got any ideas?

~Dave the disruptor~
google will pay you money to getting rid of ie :)
http://explorerdestroyer.com/
http://www.killbillsbrowser.com/ 


From: Rob <[EMAIL PROTECTED]>
Sent: Thursday, January 05, 2006 5:34 PM
To: CF-Talk 
Subject: Re: ot: os x ff div ? 

This thread was from a while ago (gmail search is pretty cool :D), but I
happened to run into the same thing today. It turns out the z index with
divs is a bug on Firefox on the Mac (even FF 1.5).

https://bugzilla.mozilla.org/show_bug.cgi?id=298677

So save yourself the headache :)

On 12/5/05, dave  wrote:
>
> anyone on a mac have time to look at his a sec
> http://65.36.226.10/products/evolution/evolution.cfm
>
> on firefox os x the menu expands UNDER the scrollbar, was wondering if its
> maybe something or an extension i have or if others see it as well and if so
> any cures?
>
> ~Dave the disruptor~
> good sites - make money getting rid of ie :)
> http://explorerdestroyer.com/
> http://www.killbillsbrowser.com/
>
>
>
> 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228574
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfform problem

2003-06-10 Thread Robertson-Ravo, Neil (RX)
best bet...DONT USE CFFORM

-Original Message-
From: Tyagi, Badal [mailto:[EMAIL PROTECTED]
Sent: 10 June 2003 10:07
To: CF-Talk
Subject: RE: cfform problem


In case of CF5.0 CF used to write cfform.js in page itself whereas in CFMX
it uses :
 
to include cfform.js from \cfide\scripts  folder, so note that you have to
map cfide folder in your webserver, then it will work fine.

regards,
badal Tyagi,
HCL Perot Systems,
Noida, India

-Original Message-
From: Tim Do [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 10:06 PM
To: CF-Talk
Subject: cfform problem


Hello All,
 
I'm running into a problem with cfform after we moved to MX... users are
getting "object expected" js errors now.  Any ideas?
 
Here is how I'm using it:

 
Thanks,
 
Tim
 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: cfform problem

2003-06-10 Thread Tyagi, Badal
In case of CF5.0 CF used to write cfform.js in page itself whereas in CFMX
it uses :
 
to include cfform.js from \cfide\scripts  folder, so note that you have to
map cfide folder in your webserver, then it will work fine.

regards,
badal Tyagi,
HCL Perot Systems,
Noida, India

-Original Message-
From: Tim Do [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 10:06 PM
To: CF-Talk
Subject: cfform problem


Hello All,
 
I'm running into a problem with cfform after we moved to MX... users are
getting "object expected" js errors now.  Any ideas?
 
Here is how I'm using it:

 
Thanks,
 
Tim
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



cfform problem

2003-06-09 Thread Tim Do
Hello All,
 
I'm running into a problem with cfform after we moved to MX... users are
getting "object expected" js errors now.  Any ideas?
 
Here is how I'm using it:

 
Thanks,
 
Tim
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-()

2003-02-26 Thread Bryan Stevenson
see below

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Jochem van Dieten" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, February 26, 2003 8:27 AM
Subject: Re: BIG CFFORM problem >:-()


> Bryan Stevenson wrote:
> >
> > FYIA local ISP here recently upgraded (admittedly a live server) to
CFMX
> > and had all kinds of troubles.  They contacted MM and were told flat out
> > that CFMX is not considered stable enough for shared hosting.  Now if
> > they're telling customers that it kinda makes you wonder why we haven't
been
> > told that so we can avoid advising clients in the wrong direction.
>
> I wonder if you could get a hold of that correspondence.

It was over the phone by the ISP, so I doubt it

>
>
> > BTW I beleive the main issues had to do with the new snadbox security
and
> > things like CFOBJECT not CFFORM (which IMHO sucks eggs anyways).
>
> I don't think there is a problem with cfobject, switching it off works
fine.

I never use it so I can't comment

>
>
> > PS I do beleive that one of the various MM folks onlist (not namin
names)
> > took the info about this incident from me and never got back to me to
> > confirm or deny this incident (but I know the ISP owner...so I did it
> > myself).
>
> You mean you got confirmation that CF MX is not stable enough for shared
> hosting from Macromedia?

Well they took the info to follow-up on the incident and said they'd get
back to methat was over a month ago ;-)  So nothere was no official
confirm or deny from MM.  This may be a simple case of not knowing how to
solve a customers problem and saying it's not right for their
environmentthen again it may in fact be the case that it's not stable
enough for shared environments.  I'm merely the messenger and I love CF ;-)

>
> Jochem
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-()

2003-02-26 Thread Jochem van Dieten
Bryan Stevenson wrote:
> 
> FYIA local ISP here recently upgraded (admittedly a live server) to CFMX
> and had all kinds of troubles.  They contacted MM and were told flat out
> that CFMX is not considered stable enough for shared hosting.  Now if
> they're telling customers that it kinda makes you wonder why we haven't been
> told that so we can avoid advising clients in the wrong direction.

I wonder if you could get a hold of that correspondence.


> BTW I beleive the main issues had to do with the new snadbox security and
> things like CFOBJECT not CFFORM (which IMHO sucks eggs anyways).

I don't think there is a problem with cfobject, switching it off works fine.


> PS I do beleive that one of the various MM folks onlist (not namin names)
> took the info about this incident from me and never got back to me to
> confirm or deny this incident (but I know the ISP owner...so I did it
> myself).

You mean you got confirmation that CF MX is not stable enough for shared 
hosting from Macromedia?

Jochem


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-()

2003-02-26 Thread Bryan Stevenson
Martin,

FYIA local ISP here recently upgraded (admittedly a live server) to CFMX
and had all kinds of troubles.  They contacted MM and were told flat out
that CFMX is not considered stable enough for shared hosting.  Now if
they're telling customers that it kinda makes you wonder why we haven't been
told that so we can avoid advising clients in the wrong direction.

BTW I beleive the main issues had to do with the new snadbox security and
things like CFOBJECT not CFFORM (which IMHO sucks eggs anyways).

PS I do beleive that one of the various MM folks onlist (not namin names)
took the info about this incident from me and never got back to me to
confirm or deny this incident (but I know the ISP owner...so I did it
myself).

So there you go...take it as you will.

Sorry to hear about the hardships with the upgrade.

On a positive note, I recently started playing with Flash remoting and
looking into FlashComm and I'm VERY impressed so farway to go MM.
Personally I'm going to learn as much as possible about those tools because
even if CF where to go to the wayside (which I don't think will happen...so
don't get all riled up), there is a big future in those tools and they can
run off other languages just fine.

OK...I'm done...judge me if you will...I've got work to do ;-)

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 25, 2003 11:13 PM
Subject: Re: BIG CFFORM problem >:-()


> The standalone as far as I can tell is excellent, every thing works very
well, its just when you have to create configurations on a shared server
that it seems to create problems.
> Martin
> 
>
> Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
> >i'm evaluating cfmx ent standalone and i have no problem with
> >it. Let me know if i can help you...
> >  - Original Message -
> >  From: Martin Henwood/Adwright Comm.
> >  To: CF-Talk
> >  Sent: Tuesday, February 25, 2003 10:45 PM
> >  Subject: Re: BIG CFFORM problem >:-()
> >
> >
> >  No, not just j2ee..
> >  Martin
> >
> >  Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
> >  >This problem only occurs in cmfx for j2ee, i'm evaluating ent
> >  >version and everything seems perfect..
> >  >  - Original Message -
> >  >  From: Martin Henwood/Adwright Comm.
> >  >  To: CF-Talk
> >  >  Sent: Tuesday, February 25, 2003 3:52 AM
> >  >  Subject: Re: BIG CFFORM problem >:-()
> >  >
> >  >
> >  >  I tried the idea of putting the CFIDE folder in the the
> >  >wwwroot and it worked but now it writes the javascript in the
> >  >wrong order, instead of validating name, address telephone it
> >  >does it the other way round. We have been working on a fix for
> >  >this one with my hosting co. for months, I am not sure that it
> >  >has anything to do with the fact that it is a PRO version and not an
Enterprise version.
> >  >  Martin.
> >  >  
> >  >
> >  >  Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
> >  >  >Man i couldn't possibly imagine that migrating my websites to
> >  >  >cfmx would require those minor changes. This is about the 10 th
> >  >  >time i need help =/
> >  >  >
> >  >  >The problem is now with cfform. I'm running cfmx on j2ee and
> >  >  >win2k. I've mapped my cfmx context root to "/", so i can acess
> >  >  >my pages as http://server.com/page.cfm
> >  >  >
> >  >  >if i try to acess cfadmin with this url:
> >  >  >http://localhost/cfide/administrator/index.cfm (note the cfide
> >  >  >case), i got the cfadmin page but the images and styles it uses
> >  >  >are not loaded. Well, if i try to acess
> >  >  >http://localhost/CFIDE/administrator/index.cfm (note the case
> >  >  >again), i got a 404 error from JRUN server.
> >  >  >
> >  >  >Well with that super wierd thing in mind, my problem with
> >  >  >CFFORM is that CFMX puts this code when it detects a CFFORM
> >  >  >tag:
>

Re: BIG CFFORM problem >:-()

2003-02-25 Thread Martin Henwood/Adwright Comm.
The standalone as far as I can tell is excellent, every thing works very well, its 
just when you have to create configurations on a shared server that it seems to create 
problems.
Martin


Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>i'm evaluating cfmx ent standalone and i have no problem with
>it. Let me know if i can help you...
>  - Original Message - 
>  From: Martin Henwood/Adwright Comm. 
>  To: CF-Talk 
>  Sent: Tuesday, February 25, 2003 10:45 PM
>  Subject: Re: BIG CFFORM problem >:-()
>
>
>  No, not just j2ee..
>  Martin
>
>  Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>  >This problem only occurs in cmfx for j2ee, i'm evaluating ent
>  >version and everything seems perfect.. 
>  >  - Original Message - 
>  >  From: Martin Henwood/Adwright Comm. 
>  >  To: CF-Talk 
>  >  Sent: Tuesday, February 25, 2003 3:52 AM
>  >  Subject: Re: BIG CFFORM problem >:-()
>  >
>  >
>  >  I tried the idea of putting the CFIDE folder in the the
>  >wwwroot and it worked but now it writes the javascript in the
>  >wrong order, instead of validating name, address telephone it
>  >does it the other way round. We have been working on a fix for
>  >this one with my hosting co. for months, I am not sure that it
>  >has anything to do with the fact that it is a PRO version and not an Enterprise 
> version.
>  >  Martin.
>  >  
>  >
>  >  Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>  >  >Man i couldn't possibly imagine that migrating my websites to
>  >  >cfmx would require those minor changes. This is about the 10 th
>  >  >time i need help =/
>  >  >
>  >  >The problem is now with cfform. I'm running cfmx on j2ee and
>  >  >win2k. I've mapped my cfmx context root to "/", so i can acess
>  >  >my pages as http://server.com/page.cfm 
>  >  >
>  >  >if i try to acess cfadmin with this url:
>  >  >http://localhost/cfide/administrator/index.cfm (note the cfide
>  >  >case), i got the cfadmin page but the images and styles it uses
>  >  >are not loaded. Well, if i try to acess
>  >  >http://localhost/CFIDE/administrator/index.cfm (note the case
>  >  >again), i got a 404 error from JRUN server. 
>  >  >
>  >  >Well with that super wierd thing in mind, my problem with
>  >  >CFFORM is that CFMX puts this code when it detects a CFFORM
>  >  >tag: 
>  >  >
>  >  >  >  >SRC="/CFIDE/scripts/cfform.js">
>  >  >
>  >  >I have tried to copy the CFIDE/scripts folder to my IIS.
>  >  >Another wierd thing happend. When i try http://locahost/CFIDE
>  >  >(iis has directory browse enable), i got a 404 error from JRUN,
>  >  >but when i try http://localhost/cfide i can see the files. The
>  >  >super-mega-ultra wierd thing is that the directory copied to
>  >  >IIS is named as CFIDE (note the case). 
>  >  >
>  >  >Well, i give up to understand CFMX. I've removed the CFIDE copy
>  >  >(in iis).
>  >  >
>  >  >I tried another solution also. I've created a virtual directory
>  >  >in IIS named "CFIDE" (not the case). Then i tried the same 2
>  >  >processes (localhost/CFIDE and localhost/cfide) with the same
>  >  >results. 
>  >  >
>  >  >
>  >  >Of course i could live without understanding why the hell CFMX
>  >  >inverts the case, since it should give a 404 error on cfide but
>  >  >not on CFIDE, but the case is that the SCRIPT tag that it puts
>  >  >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
>  >  >CFFORMS give a Javascript validation error. 
>  >  >
>  >  >That is pushing my patience to the limit >:-( 
>  >  >
>  >  >I would be very thankfull if someone could help me on that.
>  >  >
>  >  >Leonardo Crespo
>  >  >ICQ: 198810
>  >  >[EMAIL PROTECTED]
>  >  >
>  >  >
>  >  >
>  >  >
>  >  >
>  >  
>  >
>  
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-()

2003-02-25 Thread Martin Henwood/Adwright Comm.
No, not just j2ee..
Martin

Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>This problem only occurs in cmfx for j2ee, i'm evaluating ent
>version and everything seems perfect.. 
>  - Original Message - 
>  From: Martin Henwood/Adwright Comm. 
>  To: CF-Talk 
>  Sent: Tuesday, February 25, 2003 3:52 AM
>  Subject: Re: BIG CFFORM problem >:-()
>
>
>  I tried the idea of putting the CFIDE folder in the the
>wwwroot and it worked but now it writes the javascript in the
>wrong order, instead of validating name, address telephone it
>does it the other way round. We have been working on a fix for
>this one with my hosting co. for months, I am not sure that it
>has anything to do with the fact that it is a PRO version and not an Enterprise 
>version.
>  Martin.
>  
>
>  Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>  >Man i couldn't possibly imagine that migrating my websites to
>  >cfmx would require those minor changes. This is about the 10 th
>  >time i need help =/
>  >
>  >The problem is now with cfform. I'm running cfmx on j2ee and
>  >win2k. I've mapped my cfmx context root to "/", so i can acess
>  >my pages as http://server.com/page.cfm 
>  >
>  >if i try to acess cfadmin with this url:
>  >http://localhost/cfide/administrator/index.cfm (note the cfide
>  >case), i got the cfadmin page but the images and styles it uses
>  >are not loaded. Well, if i try to acess
>  >http://localhost/CFIDE/administrator/index.cfm (note the case
>  >again), i got a 404 error from JRUN server. 
>  >
>  >Well with that super wierd thing in mind, my problem with
>  >CFFORM is that CFMX puts this code when it detects a CFFORM
>  >tag: 
>  >
>  >  >SRC="/CFIDE/scripts/cfform.js">
>  >
>  >I have tried to copy the CFIDE/scripts folder to my IIS.
>  >Another wierd thing happend. When i try http://locahost/CFIDE
>  >(iis has directory browse enable), i got a 404 error from JRUN,
>  >but when i try http://localhost/cfide i can see the files. The
>  >super-mega-ultra wierd thing is that the directory copied to
>  >IIS is named as CFIDE (note the case). 
>  >
>  >Well, i give up to understand CFMX. I've removed the CFIDE copy
>  >(in iis).
>  >
>  >I tried another solution also. I've created a virtual directory
>  >in IIS named "CFIDE" (not the case). Then i tried the same 2
>  >processes (localhost/CFIDE and localhost/cfide) with the same
>  >results. 
>  >
>  >
>  >Of course i could live without understanding why the hell CFMX
>  >inverts the case, since it should give a 404 error on cfide but
>  >not on CFIDE, but the case is that the SCRIPT tag that it puts
>  >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
>  >CFFORMS give a Javascript validation error. 
>  >
>  >That is pushing my patience to the limit >:-( 
>  >
>  >I would be very thankfull if someone could help me on that.
>  >
>  >Leonardo Crespo
>  >ICQ: 198810
>  >[EMAIL PROTECTED]
>  >
>  >
>  >
>  >
>  >
>  
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-()

2003-02-25 Thread Martin Henwood/Adwright Comm.
It is a big deal, when you write lots of sites with code that runs on CF5 then you 
have to go and change code that doesnt run on CFMX. You don't get paid for doing it 
twice, some clients don't want to pay for forms, so its the quickest way of doing it. 
Although not any more.
Martin
>
>  i have no idea what to tell you
>  cfform works fine for me and I dont even know what the heck i am doing. but
>  i dont use it.
>  if you think about it logically, you may try and think back to when you
>  installed cf and think if you did anything outside of the norm. No saying ur
>  messed something up but it seems to work for most people which then would
>  mean its something to do with the user or set up or maybe something you have
>  is incompatible with it. If it didnt work it wouldnt be there or MM would
>  fix it immediately. Sure bugs and stuff happen all the time but I see people
>  screaming at MM all the time and in the end it was usually a user error,
>  something they forgot or whatever.
>  Happens to me all the time and its always my fault.
>
>  And if it doesnt work, go in and switch it to 
>  not a big deal.
>
>
>  Dave
>
>  - Original Message -
>  From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
>  To: "CF-Talk" <[EMAIL PROTECTED]>
>  Sent: Tuesday, February 25, 2003 2:17 AM
>  Subject: Re: BIG CFFORM problem >:-()
>
>
>  > Please expand, this is when using CFORM. But should the server be writing
>  this to html anyway.
>  >
>  > SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
>  > SRC="/CFIDE/scripts/cfform.js">
>  > Martin
>  >
>  > Dave Lyons <[EMAIL PROTECTED]> wrote:
>  > >
>  > >tends to work fairly well;)
>  > >
>  > >dave
>  > >
>  > >- Original Message -
>  > >From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
>  > >To: "CF-Talk" <[EMAIL PROTECTED]>
>  > >Sent: Tuesday, February 25, 2003 1:52 AM
>  > >Subject: Re: BIG CFFORM problem >:-()
>  > >
>  > >
>  > >> I tried the idea of putting the CFIDE folder in the the wwwroot and it
>  > >worked but now it writes the javascript in the wrong order, instead of
>  > >validating name, address telephone it does it the other way round. We
>  have
>  > >been working on a fix for this one with my hosting co. for months, I am
>  not
>  > >sure that it has anything to do with the fact that it is a PRO version
>  and
>  > >not an Enterprise version.
>  > >> Martin.
>  > >> 
>  > >>
>  > >> Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>  > >> >Man i couldn't possibly imagine that migrating my websites to
>  > >> >cfmx would require those minor changes. This is about the 10 th
>  > >> >time i need help =/
>  > >> >
>  > >> >The problem is now with cfform. I'm running cfmx on j2ee and
>  > >> >win2k. I've mapped my cfmx context root to "/", so i can acess
>  > >> >my pages as http://server.com/page.cfm
>  > >> >
>  > >> >if i try to acess cfadmin with this url:
>  > >> >http://localhost/cfide/administrator/index.cfm (note the cfide
>  > >> >case), i got the cfadmin page but the images and styles it uses
>  > >> >are not loaded. Well, if i try to acess
>  > >> >http://localhost/CFIDE/administrator/index.cfm (note the case
>  > >> >again), i got a 404 error from JRUN server.
>  > >> >
>  > >> >Well with that super wierd thing in mind, my problem with
>  > >> >CFFORM is that CFMX puts this code when it detects a CFFORM
>  > >> >tag:
>  > >> >
>  > >> >  > >> >SRC="/CFIDE/scripts/cfform.js">
>  > >> >
>  > >> >I have tried to copy the CFIDE/scripts folder to my IIS.
>  > >> >Another wierd thing happend. When i try http://locahost/CFIDE
>  > >> >(iis has directory browse enable), i got a 404 error from JRUN,
>  > >> >but when i try http://localhost/cfide i can see the files. The
>  > >> >super-mega-ultra wierd thing is that the directory copied to
>  > >> >IIS is named as CFIDE (note the case).
>  > >> >
>  > >> >Well, i give up to understand CFMX. I've removed the CFIDE copy
>  > >> >(in iis).
>  > >&g

Re: BIG CFFORM problem >:-()

2003-02-25 Thread Leonardo Crespo - Cftop.COM
Works fine for me too, now that i uninstall cfmx for j2ee... that problem only affects 
this plataform..

Leonardo Crespo
ICQ: 198810
[EMAIL PROTECTED]
greetings from Brazil =)
  - Original Message - 
  From: Dave Lyons 
  To: CF-Talk 
  Sent: Tuesday, February 25, 2003 4:31 AM
  Subject: Re: BIG CFFORM problem >:-()


  i have no idea what to tell you
  cfform works fine for me and I dont even know what the heck i am doing. but
  i dont use it.
  if you think about it logically, you may try and think back to when you
  installed cf and think if you did anything outside of the norm. No saying ur
  messed something up but it seems to work for most people which then would
  mean its something to do with the user or set up or maybe something you have
  is incompatible with it. If it didnt work it wouldnt be there or MM would
  fix it immediately. Sure bugs and stuff happen all the time but I see people
  screaming at MM all the time and in the end it was usually a user error,
  something they forgot or whatever.
  Happens to me all the time and its always my fault.

  And if it doesnt work, go in and switch it to 
  not a big deal.


  Dave

  - Original Message -
  From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
  To: "CF-Talk" <[EMAIL PROTECTED]>
  Sent: Tuesday, February 25, 2003 2:17 AM
  Subject: Re: BIG CFFORM problem >:-()


  > Please expand, this is when using CFORM. But should the server be writing
  this to html anyway.
  >
  > SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
  > SRC="/CFIDE/scripts/cfform.js">
  > Martin
  >
  > Dave Lyons <[EMAIL PROTECTED]> wrote:
  > >
  > >tends to work fairly well;)
  > >
  > >dave
  > >
  > >- Original Message -
  > >From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
  > >To: "CF-Talk" <[EMAIL PROTECTED]>
  > >Sent: Tuesday, February 25, 2003 1:52 AM
  > >Subject: Re: BIG CFFORM problem >:-()
  > >
  > >
  > >> I tried the idea of putting the CFIDE folder in the the wwwroot and it
  > >worked but now it writes the javascript in the wrong order, instead of
  > >validating name, address telephone it does it the other way round. We
  have
  > >been working on a fix for this one with my hosting co. for months, I am
  not
  > >sure that it has anything to do with the fact that it is a PRO version
  and
  > >not an Enterprise version.
  > >> Martin.
  > >> 
  > >>
  > >> Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
  > >> >Man i couldn't possibly imagine that migrating my websites to
  > >> >cfmx would require those minor changes. This is about the 10 th
  > >> >time i need help =/
  > >> >
  > >> >The problem is now with cfform. I'm running cfmx on j2ee and
  > >> >win2k. I've mapped my cfmx context root to "/", so i can acess
  > >> >my pages as http://server.com/page.cfm
  > >> >
  > >> >if i try to acess cfadmin with this url:
  > >> >http://localhost/cfide/administrator/index.cfm (note the cfide
  > >> >case), i got the cfadmin page but the images and styles it uses
  > >> >are not loaded. Well, if i try to acess
  > >> >http://localhost/CFIDE/administrator/index.cfm (note the case
  > >> >again), i got a 404 error from JRUN server.
  > >> >
  > >> >Well with that super wierd thing in mind, my problem with
  > >> >CFFORM is that CFMX puts this code when it detects a CFFORM
  > >> >tag:
  > >> >
  > >> > >> >SRC="/CFIDE/scripts/cfform.js">
  > >> >
  > >> >I have tried to copy the CFIDE/scripts folder to my IIS.
  > >> >Another wierd thing happend. When i try http://locahost/CFIDE
  > >> >(iis has directory browse enable), i got a 404 error from JRUN,
  > >> >but when i try http://localhost/cfide i can see the files. The
  > >> >super-mega-ultra wierd thing is that the directory copied to
  > >> >IIS is named as CFIDE (note the case).
  > >> >
  > >> >Well, i give up to understand CFMX. I've removed the CFIDE copy
  > >> >(in iis).
  > >> >
  > >> >I tried another solution also. I've created a virtual directory
  > >> >in IIS named "CFIDE" (not the case). Then i tried the same 2
  > >> >processes (localhost/CFIDE and localhost/cfide) with the same
  > >> >results.
  > >> >
  > >> >
  > &g

Re: BIG CFFORM problem >:-()

2003-02-25 Thread Leonardo Crespo - Cftop.COM
LOL, yeah and it does not increase the page size with all those scripts =)
  - Original Message - 
  From: Dave Lyons 
  To: CF-Talk 
  Sent: Tuesday, February 25, 2003 4:01 AM
  Subject: Re: BIG CFFORM problem >:-()


  
  tends to work fairly well;)

  dave

  - Original Message -
  From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
  To: "CF-Talk" <[EMAIL PROTECTED]>
  Sent: Tuesday, February 25, 2003 1:52 AM
  Subject: Re: BIG CFFORM problem >:-()


  > I tried the idea of putting the CFIDE folder in the the wwwroot and it
  worked but now it writes the javascript in the wrong order, instead of
  validating name, address telephone it does it the other way round. We have
  been working on a fix for this one with my hosting co. for months, I am not
  sure that it has anything to do with the fact that it is a PRO version and
  not an Enterprise version.
  > Martin.
  > 
  >
  > Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
  > >Man i couldn't possibly imagine that migrating my websites to
  > >cfmx would require those minor changes. This is about the 10 th
  > >time i need help =/
  > >
  > >The problem is now with cfform. I'm running cfmx on j2ee and
  > >win2k. I've mapped my cfmx context root to "/", so i can acess
  > >my pages as http://server.com/page.cfm
  > >
  > >if i try to acess cfadmin with this url:
  > >http://localhost/cfide/administrator/index.cfm (note the cfide
  > >case), i got the cfadmin page but the images and styles it uses
  > >are not loaded. Well, if i try to acess
  > >http://localhost/CFIDE/administrator/index.cfm (note the case
  > >again), i got a 404 error from JRUN server.
  > >
  > >Well with that super wierd thing in mind, my problem with
  > >CFFORM is that CFMX puts this code when it detects a CFFORM
  > >tag:
  > >
  > > >SRC="/CFIDE/scripts/cfform.js">
  > >
  > >I have tried to copy the CFIDE/scripts folder to my IIS.
  > >Another wierd thing happend. When i try http://locahost/CFIDE
  > >(iis has directory browse enable), i got a 404 error from JRUN,
  > >but when i try http://localhost/cfide i can see the files. The
  > >super-mega-ultra wierd thing is that the directory copied to
  > >IIS is named as CFIDE (note the case).
  > >
  > >Well, i give up to understand CFMX. I've removed the CFIDE copy
  > >(in iis).
  > >
  > >I tried another solution also. I've created a virtual directory
  > >in IIS named "CFIDE" (not the case). Then i tried the same 2
  > >processes (localhost/CFIDE and localhost/cfide) with the same
  > >results.
  > >
  > >
  > >Of course i could live without understanding why the hell CFMX
  > >inverts the case, since it should give a 404 error on cfide but
  > >not on CFIDE, but the case is that the SCRIPT tag that it puts
  > >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
  > >CFFORMS give a Javascript validation error.
  > >
  > >That is pushing my patience to the limit >:-(
  > >
  > >I would be very thankfull if someone could help me on that.
  > >
  > >Leonardo Crespo
  > >ICQ: 198810
  > >[EMAIL PROTECTED]
  > >
  > >
  > >
  > >
  > >
  > 
  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-()

2003-02-25 Thread Leonardo Crespo - Cftop.COM
This problem only occurs in cmfx for j2ee, i'm evaluating ent version and everything 
seems perfect.. 
  - Original Message - 
  From: Martin Henwood/Adwright Comm. 
  To: CF-Talk 
  Sent: Tuesday, February 25, 2003 3:52 AM
  Subject: Re: BIG CFFORM problem >:-()


  I tried the idea of putting the CFIDE folder in the the wwwroot and it worked but 
now it writes the javascript in the wrong order, instead of validating name, address 
telephone it does it the other way round. We have been working on a fix for this one 
with my hosting co. for months, I am not sure that it has anything to do with the fact 
that it is a PRO version and not an Enterprise version.
  Martin.
  

  Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
  >Man i couldn't possibly imagine that migrating my websites to
  >cfmx would require those minor changes. This is about the 10 th
  >time i need help =/
  >
  >The problem is now with cfform. I'm running cfmx on j2ee and
  >win2k. I've mapped my cfmx context root to "/", so i can acess
  >my pages as http://server.com/page.cfm 
  >
  >if i try to acess cfadmin with this url:
  >http://localhost/cfide/administrator/index.cfm (note the cfide
  >case), i got the cfadmin page but the images and styles it uses
  >are not loaded. Well, if i try to acess
  >http://localhost/CFIDE/administrator/index.cfm (note the case
  >again), i got a 404 error from JRUN server. 
  >
  >Well with that super wierd thing in mind, my problem with
  >CFFORM is that CFMX puts this code when it detects a CFFORM
  >tag: 
  >
  >SRC="/CFIDE/scripts/cfform.js">
  >
  >I have tried to copy the CFIDE/scripts folder to my IIS.
  >Another wierd thing happend. When i try http://locahost/CFIDE
  >(iis has directory browse enable), i got a 404 error from JRUN,
  >but when i try http://localhost/cfide i can see the files. The
  >super-mega-ultra wierd thing is that the directory copied to
  >IIS is named as CFIDE (note the case). 
  >
  >Well, i give up to understand CFMX. I've removed the CFIDE copy
  >(in iis).
  >
  >I tried another solution also. I've created a virtual directory
  >in IIS named "CFIDE" (not the case). Then i tried the same 2
  >processes (localhost/CFIDE and localhost/cfide) with the same
  >results. 
  >
  >
  >Of course i could live without understanding why the hell CFMX
  >inverts the case, since it should give a 404 error on cfide but
  >not on CFIDE, but the case is that the SCRIPT tag that it puts
  >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
  >CFFORMS give a Javascript validation error. 
  >
  >That is pushing my patience to the limit >:-( 
  >
  >I would be very thankfull if someone could help me on that.
  >
  >Leonardo Crespo
  >ICQ: 198810
  >[EMAIL PROTECTED]
  >
  >
  >
  >
  >
  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-()

2003-02-25 Thread Martin Henwood/Adwright Comm.
Sorry this is problem with how the server is set up with IIS or j2ee when you dont use 
the stand alone server. I am sure this is happening alot, but it would be nice to hear 
something from MM about it. I am having to deal with my hosting company who have set a 
PRO version and as yet we havent found any documents on running shared CFMX servers 
with IIS on the MM support.
Martin

Dave Lyons <[EMAIL PROTECTED]> wrote:
>i have no idea what to tell you
>cfform works fine for me and I dont even know what the heck i am doing. but
>i dont use it.
>if you think about it logically, you may try and think back to when you
>installed cf and think if you did anything outside of the norm. No saying ur
>messed something up but it seems to work for most people which then would
>mean its something to do with the user or set up or maybe something you have
>is incompatible with it. If it didnt work it wouldnt be there or MM would
>fix it immediately. Sure bugs and stuff happen all the time but I see people
>screaming at MM all the time and in the end it was usually a user error,
>something they forgot or whatever.
>Happens to me all the time and its always my fault.
>
>And if it doesnt work, go in and switch it to 
>not a big deal.
>
>
>Dave
>
>- Original Message -
>From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Tuesday, February 25, 2003 2:17 AM
>Subject: Re: BIG CFFORM problem >:-()
>
>
>> Please expand, this is when using CFORM. But should the server be writing
>this to html anyway.
>>
>> SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
>> SRC="/CFIDE/scripts/cfform.js">
>> Martin
>>
>> Dave Lyons <[EMAIL PROTECTED]> wrote:
>> >
>> >tends to work fairly well;)
>> >
>> >dave
>> >
>> >- Original Message -
>> >From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
>> >To: "CF-Talk" <[EMAIL PROTECTED]>
>> >Sent: Tuesday, February 25, 2003 1:52 AM
>> >Subject: Re: BIG CFFORM problem >:-()
>> >
>> >
>> >> I tried the idea of putting the CFIDE folder in the the wwwroot and it
>> >worked but now it writes the javascript in the wrong order, instead of
>> >validating name, address telephone it does it the other way round. We
>have
>> >been working on a fix for this one with my hosting co. for months, I am
>not
>> >sure that it has anything to do with the fact that it is a PRO version
>and
>> >not an Enterprise version.
>> >> Martin.
>> >> 
>> >>
>> >> Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>> >> >Man i couldn't possibly imagine that migrating my websites to
>> >> >cfmx would require those minor changes. This is about the 10 th
>> >> >time i need help =/
>> >> >
>> >> >The problem is now with cfform. I'm running cfmx on j2ee and
>> >> >win2k. I've mapped my cfmx context root to "/", so i can acess
>> >> >my pages as http://server.com/page.cfm
>> >> >
>> >> >if i try to acess cfadmin with this url:
>> >> >http://localhost/cfide/administrator/index.cfm (note the cfide
>> >> >case), i got the cfadmin page but the images and styles it uses
>> >> >are not loaded. Well, if i try to acess
>> >> >http://localhost/CFIDE/administrator/index.cfm (note the case
>> >> >again), i got a 404 error from JRUN server.
>> >> >
>> >> >Well with that super wierd thing in mind, my problem with
>> >> >CFFORM is that CFMX puts this code when it detects a CFFORM
>> >> >tag:
>> >> >
>> >> >> >> >SRC="/CFIDE/scripts/cfform.js">
>> >> >
>> >> >I have tried to copy the CFIDE/scripts folder to my IIS.
>> >> >Another wierd thing happend. When i try http://locahost/CFIDE
>> >> >(iis has directory browse enable), i got a 404 error from JRUN,
>> >> >but when i try http://localhost/cfide i can see the files. The
>> >> >super-mega-ultra wierd thing is that the directory copied to
>> >> >IIS is named as CFIDE (note the case).
>> >> >
>> >> >Well, i give up to understand CFMX. I've removed the CFIDE copy
>> >> >(in iis).
>> >> >
>> >> >I tried another solution 

Re: BIG CFFORM problem >:-()

2003-02-24 Thread Dave Lyons
i have no idea what to tell you
cfform works fine for me and I dont even know what the heck i am doing. but
i dont use it.
if you think about it logically, you may try and think back to when you
installed cf and think if you did anything outside of the norm. No saying ur
messed something up but it seems to work for most people which then would
mean its something to do with the user or set up or maybe something you have
is incompatible with it. If it didnt work it wouldnt be there or MM would
fix it immediately. Sure bugs and stuff happen all the time but I see people
screaming at MM all the time and in the end it was usually a user error,
something they forgot or whatever.
Happens to me all the time and its always my fault.

And if it doesnt work, go in and switch it to 
not a big deal.


Dave

- Original Message -
From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 25, 2003 2:17 AM
Subject: Re: BIG CFFORM problem >:-()


> Please expand, this is when using CFORM. But should the server be writing
this to html anyway.
>
> SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
> SRC="/CFIDE/scripts/cfform.js">
> Martin
>
> Dave Lyons <[EMAIL PROTECTED]> wrote:
> >
> >tends to work fairly well;)
> >
> >dave
> >
> >- Original Message -
> >From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Tuesday, February 25, 2003 1:52 AM
> >Subject: Re: BIG CFFORM problem >:-()
> >
> >
> >> I tried the idea of putting the CFIDE folder in the the wwwroot and it
> >worked but now it writes the javascript in the wrong order, instead of
> >validating name, address telephone it does it the other way round. We
have
> >been working on a fix for this one with my hosting co. for months, I am
not
> >sure that it has anything to do with the fact that it is a PRO version
and
> >not an Enterprise version.
> >> Martin.
> >> 
> >>
> >> Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
> >> >Man i couldn't possibly imagine that migrating my websites to
> >> >cfmx would require those minor changes. This is about the 10 th
> >> >time i need help =/
> >> >
> >> >The problem is now with cfform. I'm running cfmx on j2ee and
> >> >win2k. I've mapped my cfmx context root to "/", so i can acess
> >> >my pages as http://server.com/page.cfm
> >> >
> >> >if i try to acess cfadmin with this url:
> >> >http://localhost/cfide/administrator/index.cfm (note the cfide
> >> >case), i got the cfadmin page but the images and styles it uses
> >> >are not loaded. Well, if i try to acess
> >> >http://localhost/CFIDE/administrator/index.cfm (note the case
> >> >again), i got a 404 error from JRUN server.
> >> >
> >> >Well with that super wierd thing in mind, my problem with
> >> >CFFORM is that CFMX puts this code when it detects a CFFORM
> >> >tag:
> >> >
> >> > >> >SRC="/CFIDE/scripts/cfform.js">
> >> >
> >> >I have tried to copy the CFIDE/scripts folder to my IIS.
> >> >Another wierd thing happend. When i try http://locahost/CFIDE
> >> >(iis has directory browse enable), i got a 404 error from JRUN,
> >> >but when i try http://localhost/cfide i can see the files. The
> >> >super-mega-ultra wierd thing is that the directory copied to
> >> >IIS is named as CFIDE (note the case).
> >> >
> >> >Well, i give up to understand CFMX. I've removed the CFIDE copy
> >> >(in iis).
> >> >
> >> >I tried another solution also. I've created a virtual directory
> >> >in IIS named "CFIDE" (not the case). Then i tried the same 2
> >> >processes (localhost/CFIDE and localhost/cfide) with the same
> >> >results.
> >> >
> >> >
> >> >Of course i could live without understanding why the hell CFMX
> >> >inverts the case, since it should give a 404 error on cfide but
> >> >not on CFIDE, but the case is that the SCRIPT tag that it puts
> >> >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
> >> >CFFORMS give a Javascript validation error.
> >> >
> >> >That is pushing my patience to the limit >:-(
> >> >
> >> >I would be very thankfull if someone could help me on that.
> >> >
> >> >Leonardo Crespo
> >> >ICQ: 198810
> >> >[EMAIL PROTECTED]
> >> >
> >> >
> >> >
> >> >
> >> >
> >>
> >
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-()

2003-02-24 Thread Martin Henwood/Adwright Comm.
Please expand, this is when using CFORM. But should the server be writing this to html 
anyway.

SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
SRC="/CFIDE/scripts/cfform.js">
Martin

Dave Lyons <[EMAIL PROTECTED]> wrote:
>
>tends to work fairly well;)
>
>dave
>
>- Original Message -
>From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Tuesday, February 25, 2003 1:52 AM
>Subject: Re: BIG CFFORM problem >:-()
>
>
>> I tried the idea of putting the CFIDE folder in the the wwwroot and it
>worked but now it writes the javascript in the wrong order, instead of
>validating name, address telephone it does it the other way round. We have
>been working on a fix for this one with my hosting co. for months, I am not
>sure that it has anything to do with the fact that it is a PRO version and
>not an Enterprise version.
>> Martin.
>> 
>>
>> Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>> >Man i couldn't possibly imagine that migrating my websites to
>> >cfmx would require those minor changes. This is about the 10 th
>> >time i need help =/
>> >
>> >The problem is now with cfform. I'm running cfmx on j2ee and
>> >win2k. I've mapped my cfmx context root to "/", so i can acess
>> >my pages as http://server.com/page.cfm
>> >
>> >if i try to acess cfadmin with this url:
>> >http://localhost/cfide/administrator/index.cfm (note the cfide
>> >case), i got the cfadmin page but the images and styles it uses
>> >are not loaded. Well, if i try to acess
>> >http://localhost/CFIDE/administrator/index.cfm (note the case
>> >again), i got a 404 error from JRUN server.
>> >
>> >Well with that super wierd thing in mind, my problem with
>> >CFFORM is that CFMX puts this code when it detects a CFFORM
>> >tag:
>> >
>> >> >SRC="/CFIDE/scripts/cfform.js">
>> >
>> >I have tried to copy the CFIDE/scripts folder to my IIS.
>> >Another wierd thing happend. When i try http://locahost/CFIDE
>> >(iis has directory browse enable), i got a 404 error from JRUN,
>> >but when i try http://localhost/cfide i can see the files. The
>> >super-mega-ultra wierd thing is that the directory copied to
>> >IIS is named as CFIDE (note the case).
>> >
>> >Well, i give up to understand CFMX. I've removed the CFIDE copy
>> >(in iis).
>> >
>> >I tried another solution also. I've created a virtual directory
>> >in IIS named "CFIDE" (not the case). Then i tried the same 2
>> >processes (localhost/CFIDE and localhost/cfide) with the same
>> >results.
>> >
>> >
>> >Of course i could live without understanding why the hell CFMX
>> >inverts the case, since it should give a 404 error on cfide but
>> >not on CFIDE, but the case is that the SCRIPT tag that it puts
>> >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
>> >CFFORMS give a Javascript validation error.
>> >
>> >That is pushing my patience to the limit >:-(
>> >
>> >I would be very thankfull if someone could help me on that.
>> >
>> >Leonardo Crespo
>> >ICQ: 198810
>> >[EMAIL PROTECTED]
>> >
>> >
>> >
>> >
>> >
>> 
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-()

2003-02-24 Thread Dave Lyons

tends to work fairly well;)

dave

- Original Message -
From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 25, 2003 1:52 AM
Subject: Re: BIG CFFORM problem >:-()


> I tried the idea of putting the CFIDE folder in the the wwwroot and it
worked but now it writes the javascript in the wrong order, instead of
validating name, address telephone it does it the other way round. We have
been working on a fix for this one with my hosting co. for months, I am not
sure that it has anything to do with the fact that it is a PRO version and
not an Enterprise version.
> Martin.
> 
>
> Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
> >Man i couldn't possibly imagine that migrating my websites to
> >cfmx would require those minor changes. This is about the 10 th
> >time i need help =/
> >
> >The problem is now with cfform. I'm running cfmx on j2ee and
> >win2k. I've mapped my cfmx context root to "/", so i can acess
> >my pages as http://server.com/page.cfm
> >
> >if i try to acess cfadmin with this url:
> >http://localhost/cfide/administrator/index.cfm (note the cfide
> >case), i got the cfadmin page but the images and styles it uses
> >are not loaded. Well, if i try to acess
> >http://localhost/CFIDE/administrator/index.cfm (note the case
> >again), i got a 404 error from JRUN server.
> >
> >Well with that super wierd thing in mind, my problem with
> >CFFORM is that CFMX puts this code when it detects a CFFORM
> >tag:
> >
> > >SRC="/CFIDE/scripts/cfform.js">
> >
> >I have tried to copy the CFIDE/scripts folder to my IIS.
> >Another wierd thing happend. When i try http://locahost/CFIDE
> >(iis has directory browse enable), i got a 404 error from JRUN,
> >but when i try http://localhost/cfide i can see the files. The
> >super-mega-ultra wierd thing is that the directory copied to
> >IIS is named as CFIDE (note the case).
> >
> >Well, i give up to understand CFMX. I've removed the CFIDE copy
> >(in iis).
> >
> >I tried another solution also. I've created a virtual directory
> >in IIS named "CFIDE" (not the case). Then i tried the same 2
> >processes (localhost/CFIDE and localhost/cfide) with the same
> >results.
> >
> >
> >Of course i could live without understanding why the hell CFMX
> >inverts the case, since it should give a 404 error on cfide but
> >not on CFIDE, but the case is that the SCRIPT tag that it puts
> >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
> >CFFORMS give a Javascript validation error.
> >
> >That is pushing my patience to the limit >:-(
> >
> >I would be very thankfull if someone could help me on that.
> >
> >Leonardo Crespo
> >ICQ: 198810
> >[EMAIL PROTECTED]
> >
> >
> >
> >
> >
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-()

2003-02-24 Thread Martin Henwood/Adwright Comm.
I tried the idea of putting the CFIDE folder in the the wwwroot and it worked but now 
it writes the javascript in the wrong order, instead of validating name, address 
telephone it does it the other way round. We have been working on a fix for this one 
with my hosting co. for months, I am not sure that it has anything to do with the fact 
that it is a PRO version and not an Enterprise version.
Martin.


Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>Man i couldn't possibly imagine that migrating my websites to
>cfmx would require those minor changes. This is about the 10 th
>time i need help =/
>
>The problem is now with cfform. I'm running cfmx on j2ee and
>win2k. I've mapped my cfmx context root to "/", so i can acess
>my pages as http://server.com/page.cfm 
>
>if i try to acess cfadmin with this url:
>http://localhost/cfide/administrator/index.cfm (note the cfide
>case), i got the cfadmin page but the images and styles it uses
>are not loaded. Well, if i try to acess
>http://localhost/CFIDE/administrator/index.cfm (note the case
>again), i got a 404 error from JRUN server. 
>
>Well with that super wierd thing in mind, my problem with
>CFFORM is that CFMX puts this code when it detects a CFFORM
>tag: 
>
>SRC="/CFIDE/scripts/cfform.js">
>
>I have tried to copy the CFIDE/scripts folder to my IIS.
>Another wierd thing happend. When i try http://locahost/CFIDE
>(iis has directory browse enable), i got a 404 error from JRUN,
>but when i try http://localhost/cfide i can see the files. The
>super-mega-ultra wierd thing is that the directory copied to
>IIS is named as CFIDE (note the case). 
>
>Well, i give up to understand CFMX. I've removed the CFIDE copy
>(in iis).
>
>I tried another solution also. I've created a virtual directory
>in IIS named "CFIDE" (not the case). Then i tried the same 2
>processes (localhost/CFIDE and localhost/cfide) with the same
>results. 
>
>
>Of course i could live without understanding why the hell CFMX
>inverts the case, since it should give a 404 error on cfide but
>not on CFIDE, but the case is that the SCRIPT tag that it puts
>on the templates has the SRC attribute "/CFIDE" so ALL OF MY
>CFFORMS give a Javascript validation error. 
>
>That is pushing my patience to the limit >:-( 
>
>I would be very thankfull if someone could help me on that.
>
>Leonardo Crespo
>ICQ: 198810
>[EMAIL PROTECTED]
>
>
>
>
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Solution to CFFORM problem? RDS Context root!

2003-02-24 Thread Leonardo Crespo - Cftop.COM
I haven't found a solution for the cfform problem but i found the cause. The CFMX RDS 
Application context root is set to "/CFIDE", with means any thing like 
http://localhost/CFIDE. will be redirected to the RDS context root, that's why the 
scripts (cfform validation) dont work. 

that's why, if you have your context root set to "/", 

http://localhost/CFIDE/administrator/index.cfm does not work either

you must type "CFIDE" all BUT in all caps, like "cfIDE", "cfidE" and so.

Definitly not smart =/


SSS: I have found the SAME CFFORM BUG on the MACROMEDIA LOGIN page. It's a 
cfform... should i tell them? =)


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-(

2003-02-24 Thread Leonardo Crespo - Cftop.COM
ARRGH! Does anyone has an idea why /CFIDE is pointing to the jrun4/server/./CFIDE 
structure, instead of the directory /CFIDE i have created? 

To try to solf the cfform problem, i've created a CFIDE directory under my website. If 
i browse http://localhost, i can see a directory named CFIDE, but when i click on it, 
it points me to the 403 forbidden error in jrun, witch of course, that CFMX is poitint 
to the jrun4/server/./CFIDE structure. 

I need a work around please! I read a msg about where to buy CF5, i'm considering that 
too! =)

Tks alot. 
  - Original Message - 
  From: Leonardo Crespo - Cftop.COM 
  To: CF-Talk 
  Sent: Monday, February 24, 2003 7:14 PM
  Subject: BIG CFFORM problem >:-(


  Man i couldn't possibly imagine that migrating my websites to cfmx would require 
those minor changes. This is about the 10 th time i need help =/

  The problem is now with cfform. I'm running cfmx on j2ee and win2k. I've mapped my 
cfmx context root to "/", so i can acess my pages as http://server.com/page.cfm 

  if i try to acess cfadmin with this url: 
http://localhost/cfide/administrator/index.cfm (note the cfide case), i got the 
cfadmin page but the images and styles it uses are not loaded. Well, if i try to acess 
http://localhost/CFIDE/administrator/index.cfm (note the case again), i got a 404 
error from JRUN server. 

  Well with that super wierd thing in mind, my problem with CFFORM is that CFMX puts 
this code when it detects a CFFORM tag: 

  

  I have tried to copy the CFIDE/scripts folder to my IIS. Another wierd thing 
happend. When i try http://locahost/CFIDE (iis has directory browse enable), i got a 
404 error from JRUN, but when i try http://localhost/cfide i can see the files. The 
super-mega-ultra wierd thing is that the directory copied to IIS is named as CFIDE 
(note the case). 

  Well, i give up to understand CFMX. I've removed the CFIDE copy (in iis).

  I tried another solution also. I've created a virtual directory in IIS named "CFIDE" 
(not the case). Then i tried the same 2 processes (localhost/CFIDE and 
localhost/cfide) with the same results. 


  Of course i could live without understanding why the hell CFMX inverts the case, 
since it should give a 404 error on cfide but not on CFIDE, but the case is that the 
SCRIPT tag that it puts on the templates has the SRC attribute "/CFIDE" so ALL OF MY 
CFFORMS give a Javascript validation error. 

  That is pushing my patience to the limit >:-( 

  I would be very thankfull if someone could help me on that.

  Leonardo Crespo
  ICQ: 198810
  [EMAIL PROTECTED]




  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: BIG CFFORM problem >:-(

2003-02-24 Thread Matthew Walker
Oh right, sorry.

> -Original Message-
> From: Leonardo Crespo - Cftop.COM [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 25 February 2003 11:25 a.m.
> To: CF-Talk
> Subject: Re: BIG CFFORM problem >:-(
> 
> 
> That's what i did, review the msg =)
>   - Original Message - 
>   From: Matthew Walker 
>   To: CF-Talk 
>   Sent: Monday, February 24, 2003 7:20 PM
>   Subject: RE: BIG CFFORM problem >:-(
> 
> 
>   The low tech solution is simply to create a folder CFIDE on 
> your site,
>   then copy the scripts folder in there.
> 
>   > -Original Message-
>   > From: Leonardo Crespo - Cftop.COM [mailto:[EMAIL PROTECTED]
>   > Sent: Tuesday, 25 February 2003 11:15 a.m.
>   > To: CF-Talk
>   > Subject: BIG CFFORM problem >:-(
>   > 
>   > 
>   > Man i couldn't possibly imagine that migrating my websites to 
>   > cfmx would require those minor changes. This is about the 10 
>   > th time i need help =/
>   > 
>   > The problem is now with cfform. I'm running cfmx on j2ee and 
>   > win2k. I've mapped my cfmx context root to "/", so i can 
>   > acess my pages as http://server.com/page.cfm 
>   > 
>   > if i try to acess cfadmin with this url: 
>   > http://localhost/cfide/administrator/index.cfm (note the 
>   > cfide case), i got the cfadmin page but the images and styles 
>   > it uses are not loaded. Well, if i try to acess 
>   > http://localhost/CFIDE/administrator/index.cfm (note the case 
>   > again), i got a 404 error from JRUN server. 
>   > 
>   > Well with that super wierd thing in mind, my problem with 
>   > CFFORM is that CFMX puts this code when it detects a CFFORM tag: 
>   > 
>   >> SRC="/CFIDE/scripts/cfform.js">
>   > 
>   > I have tried to copy the CFIDE/scripts folder to my IIS. 
>   > Another wierd thing happend. When i try http://locahost/CFIDE 
>   > (iis has directory browse enable), i got a 404 error from 
>   > JRUN, but when i try http://localhost/cfide i can see the 
>   > files. The super-mega-ultra wierd thing is that the directory 
>   > copied to IIS is named as CFIDE (note the case). 
>   > 
>   > Well, i give up to understand CFMX. I've removed the CFIDE 
>   > copy (in iis).
>   > 
>   > I tried another solution also. I've created a virtual 
>   > directory in IIS named "CFIDE" (not the case). Then i tried 
>   > the same 2 processes (localhost/CFIDE and localhost/cfide) 
>   > with the same results. 
>   > 
>   > 
>   > Of course i could live without understanding why the hell 
>   > CFMX inverts the case, since it should give a 404 error on 
>   > cfide but not on CFIDE, but the case is that the SCRIPT tag 
>   > that it puts on the templates has the SRC attribute "/CFIDE" 
>   > so ALL OF MY CFFORMS give a Javascript validation error. 
>   > 
>   > That is pushing my patience to the limit >:-( 
>   > 
>   > I would be very thankfull if someone could help me on that.
>   > 
>   > Leonardo Crespo
>   > ICQ: 198810
>   > [EMAIL PROTECTED]
>   > 
>   > 
>   > 
>   > 
>   > 
>   
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: BIG CFFORM problem >:-(

2003-02-24 Thread Leonardo Crespo - Cftop.COM
That's what i did, review the msg =)
  - Original Message - 
  From: Matthew Walker 
  To: CF-Talk 
  Sent: Monday, February 24, 2003 7:20 PM
  Subject: RE: BIG CFFORM problem >:-(


  The low tech solution is simply to create a folder CFIDE on your site,
  then copy the scripts folder in there.

  > -Original Message-
  > From: Leonardo Crespo - Cftop.COM [mailto:[EMAIL PROTECTED]
  > Sent: Tuesday, 25 February 2003 11:15 a.m.
  > To: CF-Talk
  > Subject: BIG CFFORM problem >:-(
  > 
  > 
  > Man i couldn't possibly imagine that migrating my websites to 
  > cfmx would require those minor changes. This is about the 10 
  > th time i need help =/
  > 
  > The problem is now with cfform. I'm running cfmx on j2ee and 
  > win2k. I've mapped my cfmx context root to "/", so i can 
  > acess my pages as http://server.com/page.cfm 
  > 
  > if i try to acess cfadmin with this url: 
  > http://localhost/cfide/administrator/index.cfm (note the 
  > cfide case), i got the cfadmin page but the images and styles 
  > it uses are not loaded. Well, if i try to acess 
  > http://localhost/CFIDE/administrator/index.cfm (note the case 
  > again), i got a 404 error from JRUN server. 
  > 
  > Well with that super wierd thing in mind, my problem with 
  > CFFORM is that CFMX puts this code when it detects a CFFORM tag: 
  > 
  >  SRC="/CFIDE/scripts/cfform.js">
  > 
  > I have tried to copy the CFIDE/scripts folder to my IIS. 
  > Another wierd thing happend. When i try http://locahost/CFIDE 
  > (iis has directory browse enable), i got a 404 error from 
  > JRUN, but when i try http://localhost/cfide i can see the 
  > files. The super-mega-ultra wierd thing is that the directory 
  > copied to IIS is named as CFIDE (note the case). 
  > 
  > Well, i give up to understand CFMX. I've removed the CFIDE 
  > copy (in iis).
  > 
  > I tried another solution also. I've created a virtual 
  > directory in IIS named "CFIDE" (not the case). Then i tried 
  > the same 2 processes (localhost/CFIDE and localhost/cfide) 
  > with the same results. 
  > 
  > 
  > Of course i could live without understanding why the hell 
  > CFMX inverts the case, since it should give a 404 error on 
  > cfide but not on CFIDE, but the case is that the SCRIPT tag 
  > that it puts on the templates has the SRC attribute "/CFIDE" 
  > so ALL OF MY CFFORMS give a Javascript validation error. 
  > 
  > That is pushing my patience to the limit >:-( 
  > 
  > I would be very thankfull if someone could help me on that.
  > 
  > Leonardo Crespo
  > ICQ: 198810
  > [EMAIL PROTECTED]
  > 
  > 
  > 
  > 
  > 
  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: BIG CFFORM problem >:-(

2003-02-24 Thread Matthew Walker
The low tech solution is simply to create a folder CFIDE on your site,
then copy the scripts folder in there.

> -Original Message-
> From: Leonardo Crespo - Cftop.COM [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 25 February 2003 11:15 a.m.
> To: CF-Talk
> Subject: BIG CFFORM problem >:-(
> 
> 
> Man i couldn't possibly imagine that migrating my websites to 
> cfmx would require those minor changes. This is about the 10 
> th time i need help =/
> 
> The problem is now with cfform. I'm running cfmx on j2ee and 
> win2k. I've mapped my cfmx context root to "/", so i can 
> acess my pages as http://server.com/page.cfm 
> 
> if i try to acess cfadmin with this url: 
> http://localhost/cfide/administrator/index.cfm (note the 
> cfide case), i got the cfadmin page but the images and styles 
> it uses are not loaded. Well, if i try to acess 
> http://localhost/CFIDE/administrator/index.cfm (note the case 
> again), i got a 404 error from JRUN server. 
> 
> Well with that super wierd thing in mind, my problem with 
> CFFORM is that CFMX puts this code when it detects a CFFORM tag: 
> 
>  SRC="/CFIDE/scripts/cfform.js">
> 
> I have tried to copy the CFIDE/scripts folder to my IIS. 
> Another wierd thing happend. When i try http://locahost/CFIDE 
> (iis has directory browse enable), i got a 404 error from 
> JRUN, but when i try http://localhost/cfide i can see the 
> files. The super-mega-ultra wierd thing is that the directory 
> copied to IIS is named as CFIDE (note the case). 
> 
> Well, i give up to understand CFMX. I've removed the CFIDE 
> copy (in iis).
> 
> I tried another solution also. I've created a virtual 
> directory in IIS named "CFIDE" (not the case). Then i tried 
> the same 2 processes (localhost/CFIDE and localhost/cfide) 
> with the same results. 
> 
> 
> Of course i could live without understanding why the hell 
> CFMX inverts the case, since it should give a 404 error on 
> cfide but not on CFIDE, but the case is that the SCRIPT tag 
> that it puts on the templates has the SRC attribute "/CFIDE" 
> so ALL OF MY CFFORMS give a Javascript validation error. 
> 
> That is pushing my patience to the limit >:-( 
> 
> I would be very thankfull if someone could help me on that.
> 
> Leonardo Crespo
> ICQ: 198810
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



BIG CFFORM problem >:-(

2003-02-24 Thread Leonardo Crespo - Cftop.COM
Man i couldn't possibly imagine that migrating my websites to cfmx would require those 
minor changes. This is about the 10 th time i need help =/

The problem is now with cfform. I'm running cfmx on j2ee and win2k. I've mapped my 
cfmx context root to "/", so i can acess my pages as http://server.com/page.cfm 

if i try to acess cfadmin with this url: 
http://localhost/cfide/administrator/index.cfm (note the cfide case), i got the 
cfadmin page but the images and styles it uses are not loaded. Well, if i try to acess 
http://localhost/CFIDE/administrator/index.cfm (note the case again), i got a 404 
error from JRUN server. 

Well with that super wierd thing in mind, my problem with CFFORM is that CFMX puts 
this code when it detects a CFFORM tag: 



I have tried to copy the CFIDE/scripts folder to my IIS. Another wierd thing happend. 
When i try http://locahost/CFIDE (iis has directory browse enable), i got a 404 error 
from JRUN, but when i try http://localhost/cfide i can see the files. The 
super-mega-ultra wierd thing is that the directory copied to IIS is named as CFIDE 
(note the case). 

Well, i give up to understand CFMX. I've removed the CFIDE copy (in iis).

I tried another solution also. I've created a virtual directory in IIS named "CFIDE" 
(not the case). Then i tried the same 2 processes (localhost/CFIDE and 
localhost/cfide) with the same results. 


Of course i could live without understanding why the hell CFMX inverts the case, since 
it should give a 404 error on cfide but not on CFIDE, but the case is that the SCRIPT 
tag that it puts on the templates has the SRC attribute "/CFIDE" so ALL OF MY CFFORMS 
give a Javascript validation error. 

That is pushing my patience to the limit >:-( 

I would be very thankfull if someone could help me on that.

Leonardo Crespo
ICQ: 198810
[EMAIL PROTECTED]




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CFForm problem

2003-02-11 Thread Scott Dowling
When I use the code below on my app server or my laptop both of which MX
was installed directly I have no problems. The validation works. When I
put this code onto my draft server and another server, both of which
were upgrades from 5.0 The validation doesn't work if I leave the field
empty. It just runs through and shows hell. Any reasons?


HELL


Laptop



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfoutput within cfform problem on MX?

2002-08-20 Thread Bud

On 8/20/02, Joshua Miller penned:
>Ya know, I've run into this problem as well, and one of my friends and
>former associates did too, so much so that we totally stopped using
>CFFORM and wrote our own validation routines. Doesn't help out much if
>you're using some of the CF form objects not geared towards validation,
>but it may be worthwhile to look at another solution. Something about
>using CFFORM inside of CFOUTPUT just gave us fits.
>
>If you're interested I'll send you the validation routines and tag that
>we wrote to get around cfform.

Sure thing.

Man, I wish they'd try to think about backward compatibility a little 
bit. I lost my a$$ migrating from 4.0 to 4.5 with the scope attribute 
they added to cflock, and now it looks like it's going to happen 
again. I can understand adding the scope attribute, but this is 
needless. Hopefully they'll get it in a service pack.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfoutput within cfform problem on MX?

2002-08-20 Thread Joshua Miller

Ya know, I've run into this problem as well, and one of my friends and
former associates did too, so much so that we totally stopped using
CFFORM and wrote our own validation routines. Doesn't help out much if
you're using some of the CF form objects not geared towards validation,
but it may be worthwhile to look at another solution. Something about
using CFFORM inside of CFOUTPUT just gave us fits.

If you're interested I'll send you the validation routines and tag that
we wrote to get around cfform.

Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)


-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 20, 2002 1:18 PM
To: CF-Talk
Subject: cfoutput within cfform problem on MX?


OK, this is so strange I almost don't want to write it.

This code doesn't work. The innermost cfoutput is not working as 
expected. It is only showing the first Product. There are several 
Products in each Category. If I change cfform to form, it works as 
expected. I double checked by also moving the cfform tag outside the 
. Sure enough, even though there are 
several Categories under each Main Category,  only the first one 
shows.

What the heck is that? Is it only me? Has anyone else experienced this?

BTW, if I move the cfform tag outside of the main cfoutput, it works 
as expected. Of course, that's no good as I need individual forms.

This is a pretty major problem. Not in this case, because I don't 
have any cfinput tags, but I can see it killing me in migration of 
some apps.



#Main_Category_Name#





#Category_Name#


#Product_Name#







-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development [EMAIL PROTECTED]
http://www.twcreations.com/ 954.721.3452

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfoutput within cfform problem on MX?

2002-08-20 Thread Bud

OK, this is so strange I almost don't want to write it.

This code doesn't work. The innermost cfoutput is not working as 
expected. It is only showing the first Product. There are several 
Products in each Category. If I change cfform to form, it works as 
expected. I double checked by also moving the cfform tag outside the 
. Sure enough, even though there are 
several Categories under each Main Category,  only the first one 
shows.

What the heck is that? Is it only me? Has anyone else experienced this?

BTW, if I move the cfform tag outside of the main cfoutput, it works 
as expected. Of course, that's no good as I need individual forms.

This is a pretty major problem. Not in this case, because I don't 
have any cfinput tags, but I can see it killing me in migration of 
some apps.



#Main_Category_Name#





#Category_Name#


#Product_Name#







-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cftree/cfform problem...

2001-02-07 Thread Aaron Johnson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Daniel,

I'm guessing that on your dev server you have a virtual directory
mapping for /cfide/ and on your live server you don't.  The java
class files need for the cftree controls are in the /cfide/classes
folder on the webserver.  Your client will get a grey box because
that virtual directory hasn't been created.

In IIS, right click on the webserver in question, "New -- Virtual
Directory" and point it to the physical cfide directory.

HTH

Aaron Johnson, MCSE, MCP+I
Allaire Certified ColdFusion Developer
MINDSEYE, Inc.
617.350.0339
617.350.8884
66172567
[EMAIL PROTECTED]
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cftree/cfform problem...

2001-02-07 Thread Daniel Lancelot

Hi, wonder if someone can help...

One of our clients cant get the cftree control to laod successfully - they
get asked if they want to install the applet, but after clicking yes, a
blank grey box is displayed, and the control has not downloaded...

We have even created dummy pages on another domain with , and a  control, which display fine on all the
other boxes we have tried, but the client still cannot see it on his
machine.

Any ideas?

On a side note, when the cftree contol is displayed on other machines, the
folder icons are not visible - although the same code shows them on our
development servers...
- Maybe this is related???

Cheers

Dan

Daniel Lancelot
Web Developer
Netstep Corporate Communications
Tel +44 (0) 1422 200308
Fax +44 (0) 1422 200306
e-mail: [EMAIL PROTECTED]
www: http://www.netstep.co.uk

 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFFORM Problem

2001-01-10 Thread paul smith

Yep!  That was it.  Thanks!

best,  paul

At 09:33 AM 1/10/01 -0500, you wrote:
>Take out the  and it should work.   behaves as if it is an
>implicit CFOUTPUT in many cases.
>
>Dave
>
>
> > This throws an error if I change it to CFFORM:
> >
> >  >
>ACTION="/KeyWordAct/index.cfm/IN.#VARIABLES.INIT#/CD.#URL.CFI#/CN.
>#URL.CFT#/OR.#Variables.org_id#"
> > METHOD="POST">
> >
> >


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFFORM Problem

2001-01-10 Thread David E. Crawford

Take out the  and it should work.   behaves as if it is an
implicit CFOUTPUT in many cases.

Dave

- Original Message -
From: "paul smith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 10, 2001 02:13
Subject: CFFORM Problem


> This throws an error if I change it to CFFORM:
>
> 
ACTION="/KeyWordAct/index.cfm/IN.#VARIABLES.INIT#/CD.#URL.CFI#/CN.
#URL.CFT#/OR.#Variables.org_id#"
> METHOD="POST">
>
> Is there a work-around?
>
> best,  paul
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFFORM Problem

2001-01-09 Thread paul smith

This throws an error if I change it to CFFORM:



Is there a work-around?

best,  paul


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cfform Problem

2000-08-02 Thread David Shadovitz

Patrick,

The problem is that the form is never submitted, so of course the excel
and html results pages cannot access the form variables.

There are several ways to go about this.  Here's one way:
* use a regular submit button.
* use a checkbox named "excel"
* the form's action page is always the same: results.cfm
* results.cfm looks like:
   cfif isDefined("Form.excel")
do Excel stuff (cfcontent, cfheader,...)
   cfelse
do html stuff
   /cfif

Here's another way:
* use an onsubmit handler which sets the form's action to either
excelresults.cfm or htmlresults.cfm, based on whether the excel checkbox
is checked.

-David

On Wed, 2 Aug 2000 20:57:14 -0400 "Patrick Mullins"
<[EMAIL PROTECTED]> writes:
> Hello. I'm having a problem trying to figure this one out. I want to 
> have a
> way for people to decide is they want the results of a search 
> displayed
> in a simple html format or an excel spreadsheet. Basically I have 
> two
> pages, one that lists the data with as plain html, and one that 
> generates an excel file. How can I add a check box on the submit 
> form
> that allows them to choose which one they want?
> 
> This is the code for the form:
> 
> 
>  
> Excel
> Format
> 
> List All Items
> ---
> Armor
> Amulets
> Weapons
> Rings
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> This is the query in excelresults.cfm and htmlresults.cfm
> 
> 
> SELECT Count, Name, Defense, Durability, Requirements, Properties
> FROM items
> WHERE
> count = '#trim(cfform.search)#' OR
> type = '#trim(cfform.search)#'
> ORDER by type
> 
> 
> Funny thing is that it worked just fine before I tried adding the 
> option of
> sending the search results to an excel spreadsheet.  Now it tells me
> that it's bombing out when it gets to #trim(form.search).  Is the 
> problem with the line "location.href=""??  I read somewhere that 
> passing the search through a url would not work.
> 
> Any Ideas?

YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Cfform Problem

2000-08-02 Thread Patrick Mullins

Hello. I'm having a problem trying to figure this one out. I want to have a
way for people to decide is they want the results of a search displayed
in a simple html format or an excel spreadsheet. Basically I have two
pages, one that lists the data with as plain html, and one that 
generates an excel file. How can I add a check box on the submit form
that allows them to choose which one they want?

This is the code for the form:


 Excel
Format

List All Items
---
Armor
Amulets
Weapons
Rings










This is the query in excelresults.cfm and htmlresults.cfm


SELECT Count, Name, Defense, Durability, Requirements, Properties
FROM items
WHERE
count = '#trim(cfform.search)#' OR
type = '#trim(cfform.search)#'
ORDER by type


Funny thing is that it worked just fine before I tried adding the option of
sending the search results to an excel spreadsheet.  Now it tells me
that it's bombing out when it gets to #trim(form.search).  Is the 
problem with the line "location.href=""??  I read somewhere that 
passing the search through a url would not work.

Any Ideas?

Thanks,

Patrick Mullins

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.