Re: Odd behavior when using cfform inside a CFC

2007-09-11 Thread Charles Sheehan-Miles
- From: Charles Sheehan-Miles [mailto:[EMAIL PROTECTED] Sent: Monday, 10 September 2007 6:58 PM To: CF-Talk Subject: Re: Odd behavior when using cfform inside a CFC Jaime interesting question, and yes, the CFC in this case is stored in the session scope

Re: Odd behavior when using cfform inside a CFC

2007-09-11 Thread James Holmes
This stands to reason, as the grid objects needs to know if the relevant JS has been included once already, in case you have multiple grids on a page (or any other controls using the same JS files). It seems that calling multiple grid tags reuses the same java object in a page (and in this case

RE: Odd behavior when using cfform inside a CFC

2007-09-11 Thread Jaime Metcher
, but my copy of CF8 is still in a box on my desk. Jaime Metcher -Original Message- From: Charles Sheehan-Miles [mailto:[EMAIL PROTECTED] Sent: Tuesday, 11 September 2007 7:14 PM To: CF-Talk Subject: Re: Odd behavior when using cfform inside a CFC Well, the verdict here: 1) If I create

Re: Odd behavior when using cfform inside a CFC

2007-09-11 Thread Charles Sheehan-Miles
Unfortunately, I'm on a very tight self-imposed deadline, so I've dropped it for the time being and I'm skipping the cf8 ajax functions. I'll revisit in the next version. I did try moving the relevant CFCs to the request scope. Didn't do the trick. Even those I invoked the CFC fresh on

Re: Odd behavior when using cfform inside a CFC

2007-09-10 Thread Charles Sheehan-Miles
Jaime interesting question, and yes, the CFC in this case is stored in the session scope. Andrew ... for a lot of reasons, I chose to have the view layer implemented in a CFC. The application is set up such that a user creates their own templates, and then uses keywords inside those

RE: Odd behavior when using cfform inside a CFC

2007-09-10 Thread Jaime Metcher
PM To: CF-Talk Subject: Re: Odd behavior when using cfform inside a CFC Jaime interesting question, and yes, the CFC in this case is stored in the session scope. ~| ColdFusion is delivering applications solutions

Re: Odd behavior when using cfform inside a CFC

2007-09-10 Thread Brian Kotek
on every request. CFFORM could be stashing some state in that CFC. Jaime Metcher -Original Message- From: Charles Sheehan-Miles [mailto:[EMAIL PROTECTED] Sent: Monday, 10 September 2007 6:58 PM To: CF-Talk Subject: Re: Odd behavior when using cfform inside a CFC Jaime

Odd behavior when using cfform inside a CFC

2007-09-09 Thread Charles Sheehan-Miles
Hi all, Here's my situation, and its a bit odd. I've reproduced it under a couple of different contexts. I have a number of CFC methods which handle page processing for my application. It typically looks something like this: cffunction name=blah cfargument blah cfset var=result

RE: Odd behavior when using cfform inside a CFC

2007-09-09 Thread Andrew Scott
-Miles [mailto:[EMAIL PROTECTED] Sent: Monday, 10 September 2007 12:07 PM To: CF-Talk Subject: Odd behavior when using cfform inside a CFC Hi all, Here's my situation, and its a bit odd. I've reproduced it under a couple of different contexts. I have a number of CFC methods which handle page

Re: Odd behavior when using cfform inside a CFC

2007-09-09 Thread Charles Sheehan-Miles
Mobile: 0404 998 273 -Original Message- From: Charles Sheehan-Miles [mailto:[EMAIL PROTECTED] Sent: Monday, 10 September 2007 12:07 PM To: CF-Talk Subject: Odd behavior when using cfform inside a CFC Hi all, Here's my situation, and its a bit odd. I've reproduced it under

RE: Odd behavior when using cfform inside a CFC

2007-09-09 Thread Andrew Scott
To: CF-Talk Subject: Re: Odd behavior when using cfform inside a CFC It's CF8. On Sep 9, 2007, at 10:19 PM, Andrew Scott wrote: What version of Coldfusion? Personally I would be looking at an MVC solution and not be placing Form output into CFC's Andrew Scott Senior Coldfusion Developer

RE: Odd behavior when using cfform inside a CFC

2007-09-09 Thread Jaime Metcher
: Charles Sheehan-Miles [mailto:[EMAIL PROTECTED] Sent: Monday, 10 September 2007 12:32 PM To: CF-Talk Subject: Re: Odd behavior when using cfform inside a CFC It's CF8. On Sep 9, 2007, at 10:19 PM, Andrew Scott wrote: What version of Coldfusion? Personally I would be looking at an MVC

RE: Odd behavior when using cfform inside a CFC

2007-09-09 Thread Andrew Scott
Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998 273 -Original Message- From: Jaime Metcher [mailto:[EMAIL PROTECTED] Sent: Monday, 10 September 2007 1:57 PM To: CF-Talk Subject: RE: Odd behavior when using cfform inside a CFC Charles, Nothing